From 028a60dbfd152195433566c613d2413cbeb1d551 Mon Sep 17 00:00:00 2001 From: know-nothing-but-123 Date: Mon, 14 Jul 2025 09:37:06 +0800 Subject: [PATCH 01/38] Update zh_CN.po Modify translations --- po/zh_CN.po | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/po/zh_CN.po b/po/zh_CN.po index cd3b970..adc7928 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -44,7 +44,7 @@ msgstr "%f°W" #: src/popup.ts:163 msgid "Weather Data" -msgstr "天气数据" +msgstr "天气" #: src/popup.ts:307 msgid "Settings" @@ -63,12 +63,12 @@ msgstr "L: %s" #: src/popup.ts:400 #, javascript-format msgid "Temp: %s" -msgstr "临时: %s" +msgstr "温度: %s" #: src/popup.ts:401 #, javascript-format msgid "Feels Like: %s" -msgstr "感觉喜欢: %s" +msgstr "体感: %s" #: src/popup.ts:402 #, javascript-format @@ -83,7 +83,7 @@ msgstr "Gusts: %s" #: src/popup.ts:407 #, javascript-format msgid "Humidity: %s" -msgstr "" +msgstr "湿度: %s" #: src/popup.ts:408 #, javascript-format @@ -93,12 +93,12 @@ msgstr "压力: %s" #: src/popup.ts:409 #, javascript-format msgid "UV High: %s" -msgstr "UV 高: %s" +msgstr "紫外线: %s" #: src/popup.ts:410 #, javascript-format msgid "Precipitation: %s" -msgstr "" +msgstr "降水量: %s" #: src/preferences/aboutPage.ts:43 msgid "About" @@ -110,7 +110,7 @@ msgstr "GitHub Repository" #: src/preferences/aboutPage.ts:61 msgid "SimpleWeather Version" -msgstr "简单的天气版本" +msgstr "SimpleWeather 版本" #: src/preferences/aboutPage.ts:64 msgid "Unknown" @@ -128,7 +128,7 @@ msgstr "编辑 %s" #: src/preferences/editLocation.ts:33 msgid "New Location" -msgstr "新建位置" +msgstr "新增位置" #: src/preferences/editLocation.ts:41 msgid "Name" From 60e029e2af24546fc372928cdc49c32f730571a2 Mon Sep 17 00:00:00 2001 From: Roman Lefler Date: Sun, 13 Jul 2025 22:00:04 -0500 Subject: [PATCH 02/38] build: Fix icons being built twice --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ad63a6b..a8af7ea 100644 --- a/Makefile +++ b/Makefile @@ -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 From d97e51aa5256e670532cb8a6d2bcddf20d0d0e5d Mon Sep 17 00:00:00 2001 From: Roman Lefler Date: Sun, 13 Jul 2025 22:14:42 -0500 Subject: [PATCH 03/38] version(dev): Mark as dev version --- static/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/metadata.json b/static/metadata.json index 4e82034..614519d 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-dev" } From 76fff75a05be7fe3566e3d78a8051335585b187f Mon Sep 17 00:00:00 2001 From: Roman Lefler Date: Sun, 13 Jul 2025 22:15:31 -0500 Subject: [PATCH 04/38] Add credits to know-nothing-but-123 --- AUTHORS | 2 ++ CHANGELOG.md | 6 ++++++ README.md | 5 +++++ 3 files changed, 13 insertions(+) diff --git a/AUTHORS b/AUTHORS index b8416be..b5a16d2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,3 +3,5 @@ Maintainer/Programmer: Roman Lefler German (Deutsch): Ahmet Ala Turkish (Türkçe): Ahmet Ala +Chinese (中文): know-nothing-but-123 + diff --git a/CHANGELOG.md b/CHANGELOG.md index a00d187..9bd0f9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +# Development + +## Translations + +- Chinese (thanks know-nothing-but-123) + # v48.1.0 ## Features diff --git a/README.md b/README.md index d3eba03..e79f015 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.md) 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.md) for a list of contributors. + From f1897a4578793fd90b9c32ce992dd78016809edc Mon Sep 17 00:00:00 2001 From: Roman Lefler Date: Sun, 13 Jul 2025 22:16:28 -0500 Subject: [PATCH 05/38] docs: Fix AUTHORS path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e79f015..96bd463 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ 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.md) for a list of contributors. +Check [AUTHORS](./AUTHORS) for a list of contributors. ## Building @@ -46,5 +46,5 @@ 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.md) for a list of contributors. +Check [AUTHORS](./AUTHORS) for a list of contributors. From 5a6ba8a2dbfa0fd268597878a9e3a2fb6ab2e699 Mon Sep 17 00:00:00 2001 From: Samuel St-Jean <3030760+samuelstjean@users.noreply.github.com> Date: Thu, 17 Jul 2025 15:20:31 -0400 Subject: [PATCH 06/38] Update fr.po (#9) Update French Translations by Samuel St. Jean --- po/fr.po | 48 +++++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/po/fr.po b/po/fr.po index d7dfe41..41c2df7 100644 --- a/po/fr.po +++ b/po/fr.po @@ -68,7 +68,7 @@ msgstr "Temps: %s" #: src/popup.ts:401 #, javascript-format msgid "Feels Like: %s" -msgstr "J'aime : %s" +msgstr "Ressenti : %s" #: src/popup.ts:402 #, javascript-format @@ -78,7 +78,7 @@ msgstr "Vent : %s, %s" #: src/popup.ts:406 #, javascript-format msgid "Gusts: %s" -msgstr "Gustes: %s" +msgstr "Rafales: %s" #: src/popup.ts:407 #, javascript-format @@ -93,7 +93,7 @@ msgstr "Pression : %s" #: src/popup.ts:409 #, javascript-format msgid "UV High: %s" -msgstr "UV Haut: %s" +msgstr "Indice UV: %s" #: src/popup.ts:410 #, javascript-format @@ -106,11 +106,11 @@ msgstr "À propos de" #: src/preferences/aboutPage.ts:54 msgid "GitHub Repository" -msgstr "GitHub Repository" +msgstr "Dépôt GitHub" #: src/preferences/aboutPage.ts:61 msgid "SimpleWeather Version" -msgstr "Version SimpleWeather" +msgstr "Version de SimpleWeather" #: src/preferences/aboutPage.ts:64 msgid "Unknown" @@ -148,11 +148,11 @@ msgstr "Le nom est requis." #: src/preferences/editLocation.ts:92 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 +164,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" @@ -172,7 +172,7 @@ msgstr "Métrique" #: src/preferences/generalPage.ts:48 msgid "UK" -msgstr "RU" +msgstr "UK" #: src/preferences/generalPage.ts:48 msgid "US" @@ -192,7 +192,7 @@ msgstr "Température" #: src/preferences/generalPage.ts:78 msgid "Speed" -msgstr "Rapidité" +msgstr "Vitesse" #: src/preferences/generalPage.ts:92 msgid "Pressure" @@ -200,7 +200,7 @@ msgstr "Pression" #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" -msgstr "Mesure de la pluie" +msgstr "Pluie" #: src/preferences/generalPage.ts:120 msgid "Distance" @@ -212,7 +212,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 +224,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,7 +232,7 @@ 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 msgid "Online" @@ -276,7 +276,7 @@ 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" +msgstr "Afficher le lever/coucher du soleil" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" @@ -305,11 +305,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,11 +334,11 @@ msgstr "Ville, quartier, etc." #: src/preferences/search.ts:59 msgid "Search" -msgstr "Chercher" +msgstr "Rechercher" #: src/preferences/search.ts:143 msgid "No Internet" -msgstr "Pas d'Internet" +msgstr "Pas de connexion à Internet" #: src/preferences/search.ts:182 msgid "No results." @@ -353,7 +353,7 @@ msgstr "Aucune information sur les droits d'auteur disponible." 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." @@ -367,7 +367,7 @@ msgstr "Ignorer" #: src/prefs.ts:63 msgid "Open GitHub" -msgstr "Open GitHub" +msgstr "Ouvrir GitHub" #: src/welcome.ts:53 #, javascript-format @@ -380,7 +380,10 @@ msgid "%s occasionally connects to the selected weather service. By default, it " • %s, an %s service for weather\n" " • %s, optional for resolving the current location\n" " • %s, for searching locations by name\n\n" -msgstr "" +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 +393,3 @@ msgstr "Merci d'avoir installé %s!" #: src/welcome.ts:99 msgid "Abort" msgstr "Abandonner" - From 6da55eceeaa048abba0d524e7ca6e66a770a1c92 Mon Sep 17 00:00:00 2001 From: Roman Lefler Date: Tue, 22 Jul 2025 21:39:02 -0500 Subject: [PATCH 07/38] transl(all): Auto-generate translations with CrowdIn --- po/af.po | 306 +++++++++++++++++++++-------- po/ar.po | 334 ++++++++++++++++++++++--------- po/ca.po | 304 ++++++++++++++++++++++------- po/cs.po | 334 ++++++++++++++++++++++--------- po/da.po | 334 ++++++++++++++++++++++--------- po/de.po | 340 +++++++++++++++++++++++--------- po/el.po | 334 ++++++++++++++++++++++--------- po/en.po | 304 ++++++++++++++++++++++------- po/es_ES.po | 550 ++++++++++++++++++++++++++++++++++++++++++++++++++++ po/fi.po | 334 ++++++++++++++++++++++--------- po/fr.po | 337 +++++++++++++++++++++++--------- po/he.po | 304 ++++++++++++++++++++++------- po/hu.po | 304 ++++++++++++++++++++++------- po/it.po | 334 ++++++++++++++++++++++--------- po/ja.po | 334 ++++++++++++++++++++++--------- po/ko.po | 304 ++++++++++++++++++++++------- po/nl.po | 334 ++++++++++++++++++++++--------- po/no.po | 332 ++++++++++++++++++++++--------- po/pl.po | 334 ++++++++++++++++++++++--------- po/pt_BR.po | 334 ++++++++++++++++++++++--------- po/pt_PT.po | 334 ++++++++++++++++++++++--------- po/ro.po | 334 ++++++++++++++++++++++--------- po/ru.po | 334 ++++++++++++++++++++++--------- po/sr.po | 304 ++++++++++++++++++++++------- po/sv_SE.po | 334 ++++++++++++++++++++++--------- po/tr.po | 352 +++++++++++++++++++++++---------- po/uk.po | 334 ++++++++++++++++++++++--------- po/vi.po | 304 ++++++++++++++++++++++------- po/zh_CN.po | 334 ++++++++++++++++++++++--------- po/zh_TW.po | 304 ++++++++++++++++++++++------- 30 files changed, 7504 insertions(+), 2489 deletions(-) create mode 100644 po/es_ES.po diff --git a/po/af.po b/po/af.po index 9c1405d..eb71905 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "" + +#: src/details.ts:59 +msgid "Condition" +msgstr "" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "" + +#: src/details.ts:61 +msgid "Wind" +msgstr "" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "" + +#: src/details.ts:64 +msgid "UV High" +msgstr "" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "" + +#: src/details.ts:74 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/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" -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,61 @@ 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: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..dbb7049 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "درجة" + +#: src/details.ts:59 +msgid "Condition" +msgstr "الحالة" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "يشعر بالإعجاب" + +#: src/details.ts:61 +msgid "Wind" +msgstr "الريح" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "الرطوبة" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "الغاز" + +#: src/details.ts:64 +msgid "UV High" +msgstr "UV عالي" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "الضغط" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "التهطال" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "الشروق" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "غروب" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "غلاف سحابي" + +#: src/details.ts:74 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/popup.ts:408 +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "تم نسخ الإعدادات JSON إلى الحافظة." + +#: 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/preferences/aboutPage.ts:122 +msgid "here" +msgstr "هنا" -#: src/popup.ts:410 +#: 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,61 @@ 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: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/ca.po b/po/ca.po index f1e430b..3119fb0 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "" + +#: src/details.ts:59 +msgid "Condition" +msgstr "" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "" + +#: src/details.ts:61 +msgid "Wind" +msgstr "" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "" + +#: src/details.ts:64 +msgid "UV High" +msgstr "" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "" + +#: src/details.ts:74 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,61 @@ 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: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..02f13fb 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Teplota" + +#: src/details.ts:59 +msgid "Condition" +msgstr "Podmínka" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "Cítí se" + +#: src/details.ts:61 +msgid "Wind" +msgstr "Větrný" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "Vlhkost" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "Chody" + +#: src/details.ts:64 +msgid "UV High" +msgstr "UV vysoké" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Tlak" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "Srážky" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "Vzestup slunce" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "Západ slunce" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "Obal Cloudu" + +#: src/details.ts:74 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/popup.ts:408 +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Nastavení JSON zkopírováno do schránky." + +#: 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/preferences/aboutPage.ts:122 +msgid "here" +msgstr "zde" -#: src/popup.ts:410 +#: 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,42 @@ 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: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..d8d8aba 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Temperatur" + +#: src/details.ts:59 +msgid "Condition" +msgstr "Tilstand" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "Føler Synes Som" + +#: src/details.ts:61 +msgid "Wind" +msgstr "Vind" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "Luftfugtighed" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "Gusts" + +#: src/details.ts:64 +msgid "UV High" +msgstr "UV Høj" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Tryk" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "Nedbør" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "Solopgang" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "Solnedgang" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "Sky-omslag" + +#: src/details.ts:74 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/popup.ts:408 +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Kopierede indstillinger JSON til udklipsholder." + +#: 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/preferences/aboutPage.ts:122 +msgid "here" +msgstr "her" -#: src/popup.ts:410 +#: 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,42 @@ 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: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..897898b 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\n" +"Last-Translator: \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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Temperatur" + +#: src/details.ts:59 +msgid "Condition" +msgstr "Bedingung" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "Fühlt sich wie" + +#: src/details.ts:61 +msgid "Wind" +msgstr "Wind" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "Feuchtigkeit" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "Bögen" + +#: src/details.ts:64 +msgid "UV High" +msgstr "UV Hoch" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Druck" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "Niederschlag" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "Sonnenaufgang" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "Sonnenuntergang" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "Cloud-Cover" + +#: src/details.ts:74 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 "Einfaches Wetter 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 dir diese Erweiterung gefällt, solltest du sie auf %s starten." + +#: 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 "Bedienfeld" + +#: 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." @@ -172,11 +282,11 @@ msgstr "Metrisch" #: src/preferences/generalPage.ts:48 msgid "UK" -msgstr "UK" +msgstr "TN" #: src/preferences/generalPage.ts:48 msgid "US" -msgstr "US" +msgstr "MN" #: src/preferences/generalPage.ts:61 msgid "Fahrenheit" @@ -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 "Nachdunkle" + +#: 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 "Bestellung 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,42 @@ 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 "Leeren" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "bewölkt" + +#: 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 "Windig" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/po/el.po b/po/el.po index 4aaa9a2..b89293c 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Θερμοκρασία" + +#: src/details.ts:59 +msgid "Condition" +msgstr "Κατάσταση" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "Αισθάνεται Σαν" + +#: src/details.ts:61 +msgid "Wind" +msgstr "Άνεμος" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "Υγρασία" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "Φιάλες" + +#: src/details.ts:64 +msgid "UV High" +msgstr "UV Υψηλή" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Πίεση" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "Κατακρήμνιση" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "Ανατολή" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "Ήλιος" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "Εξώφυλλο Cloud" + +#: src/details.ts:74 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/popup.ts:408 +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Αντιγραφή ρυθμίσεων JSON στο πρόχειρο." + +#: 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/preferences/aboutPage.ts:122 +msgid "here" +msgstr "εδώ" -#: src/popup.ts:410 +#: 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,42 @@ 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: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..596e2a0 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "" + +#: src/details.ts:59 +msgid "Condition" +msgstr "" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "" + +#: src/details.ts:61 +msgid "Wind" +msgstr "" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "" + +#: src/details.ts:64 +msgid "UV High" +msgstr "" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "" + +#: src/details.ts:74 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,61 @@ 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: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..c497194 --- /dev/null +++ b/po/es_ES.po @@ -0,0 +1,550 @@ +msgid "" +msgstr "" +"Project-Id-Version: simpleweather\n" +"Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" +"POT-Creation-Date: 2025-07-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\n" +"Last-Translator: \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" + +#: 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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Temperatura" + +#: src/details.ts:59 +msgid "Condition" +msgstr "Condición" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "Sentirse como" + +#: src/details.ts:61 +msgid "Wind" +msgstr "Viento" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "Humedad" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "Gustos" + +#: src/details.ts:64 +msgid "UV High" +msgstr "UV alto" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Presión" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "Precipitación" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "Aislamiento" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "Aislamiento" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "Carátula de la nube" + +#: src/details.ts:74 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°W" + +#: 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 "H: %s" + +#: src/popup.ts:384 +#, javascript-format +msgid "L: %s" +msgstr "L: %s" + +#: src/preferences/aboutPage.ts:48 +msgid "About" +msgstr "Acerca de" + +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" +msgstr "GitHub Repository" + +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" +msgstr "Sígueme" + +#: 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 te gusta esta extensión, considera destacarla en %s." + +#: src/preferences/aboutPage.ts:122 +msgid "here" +msgstr "aqui" + +#: src/preferences/aboutPage.ts:124 +#, javascript-format +msgid "Report bugs or request new features %s." +msgstr "Informar errores o solicitar nuevas características %s." + +#: src/preferences/aboutPage.ts:138 +msgid "Credits" +msgstr "Crédito" + +#: src/preferences/detailsPage.ts:68 +msgid "Details" +msgstr "Detalles" + +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" +msgstr "Arriba" + +#: 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 el pop-up" + +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "Panel" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "Ninguna" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "Detalle del Panel" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "Detalle del Panel Secundario" + +#: 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 Sunrise/Sunset" + +#: src/preferences/editLocation.ts:33 +#, javascript-format +msgid "Edit %s" +msgstr "Editar %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 no vá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étrica" + +#: src/preferences/generalPage.ts:48 +msgid "UK" +msgstr "Reino Unido" + +#: src/preferences/generalPage.ts:48 +msgid "US" +msgstr "SUS" + +#: 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 cómo se alcanza el clima" + +#: src/preferences/generalPage.ts:167 +msgid "Weather Provider" +msgstr "Proveedor de 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 contrato" + +#: src/preferences/generalPage.ts:236 +msgid "Configure the panel and pop-up" +msgstr "Configurar el panel y emerger" + +#: src/preferences/generalPage.ts:246 +msgid "Light" +msgstr "Claro" + +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "Después de oscuro" + +#: 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 "Centrar" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "Queda" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "Derecha" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "Lado del Panel" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" +msgstr "Pedido en 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 "Subir" + +#: 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 "¿Está seguro 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 "Algo más editó 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, Neighborhood, etc." + +#: src/preferences/search.ts:59 +msgid "Search" +msgstr "Buscar" + +#: src/preferences/search.ts:158 +msgid "No Internet" +msgstr "Sin Internet" + +#: src/preferences/search.ts:206 +msgid "No results." +msgstr "Sin resultados." + +#: src/preferences/search.ts:211 +msgid "No copyright information available." +msgstr "No hay información de derechos de autor disponible." + +#: 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 "Open GitHub" + +#: src/weather.ts:103 +msgid "Clear" +msgstr "Claro" + +#: 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 "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, opcional para resolver 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 instalar %s!" + +#: src/welcome.ts:99 +msgid "Abort" +msgstr "Abordar" + diff --git a/po/fi.po b/po/fi.po index 1535798..a0c5934 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Lämpötila" + +#: src/details.ts:59 +msgid "Condition" +msgstr "Ehto" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "Tuntuu Kuin" + +#: src/details.ts:61 +msgid "Wind" +msgstr "Tuuli" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "Kosteus" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "Gustit" + +#: src/details.ts:64 +msgid "UV High" +msgstr "Uv Korkea" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Paine" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "Sademäärä" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "Auringonnousu" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "Auringonlasku" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "Pilven Kansi" + +#: src/details.ts:74 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/popup.ts:408 +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Kopioitu asetukset JSON leikepöydälle." + +#: 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/preferences/aboutPage.ts:122 +msgid "here" +msgstr "täältä" -#: src/popup.ts:410 +#: 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,42 @@ 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: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 41c2df7..ff4b685 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-07-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\n" "Last-Translator: \n" "Language-Team: French\n" "Language: fr_FR\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 "Ma position" -#: src/location.ts:74 +#: src/details.ts:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Température" + +#: src/details.ts:59 +msgid "Condition" +msgstr "Condition" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "Se sent comme" + +#: src/details.ts:61 +msgid "Wind" +msgstr "Vent" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "Humidité" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "Rafales" + +#: src/details.ts:64 +msgid "UV High" +msgstr "UV élevé" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Pression" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "Précipitations" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "Lever du soleil" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "Coucher du soleil" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "Couverture nuageuse" + +#: src/details.ts:74 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 "" -#: 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 "%f°W" -#: 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" -#: 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 "Temps: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" +msgstr "À propos de" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" -msgstr "Ressenti : %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 "Rafales: %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/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/popup.ts:408 +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" -msgstr "Pression : %s" +msgid "Contributions and translations are welcome! Read how on %s." +msgstr "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 "Indice UV: %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 "Signaler des bugs ou demander 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 "Dépôt GitHub" +#: src/preferences/detailsPage.ts:68 +msgid "Details" +msgstr "Détails du produit" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" -msgstr "Version de 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 le 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 de la condition" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" +msgstr "Afficher le lever/coucher du soleil" #: src/preferences/editLocation.ts:33 #, javascript-format @@ -142,11 +252,11 @@ 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 "Coordonnées invalides." @@ -172,7 +282,7 @@ msgstr "Métrique" #: src/preferences/generalPage.ts:48 msgid "UK" -msgstr "UK" +msgstr "RU" #: src/preferences/generalPage.ts:48 msgid "US" @@ -186,18 +296,10 @@ msgstr "Fahrenheit" msgid "Celsius" msgstr "Celsius" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "Température" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "Vitesse" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "Pression" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "Pluie" @@ -234,55 +336,83 @@ msgstr "Fournisseur Météo" msgid "Configure how your location is found" 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/coucher du soleil" +#: src/preferences/generalPage.ts:246 +msgid "Light" +msgstr "Lumière" + +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "Après la nuit" + +#: 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 "Centrer" + +#: 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 "Commander 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" @@ -336,19 +466,19 @@ msgstr "Ville, quartier, etc." msgid "Search" msgstr "Rechercher" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No 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." -#: 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,42 @@ 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 "Ouvrir GitHub" +#: src/weather.ts:103 +msgid "Clear" +msgstr "Nettoyer" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "Nuageux" + +#: 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 "Vent" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" @@ -393,3 +547,4 @@ 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..ccde192 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "" + +#: src/details.ts:59 +msgid "Condition" +msgstr "" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "" + +#: src/details.ts:61 +msgid "Wind" +msgstr "" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "" + +#: src/details.ts:64 +msgid "UV High" +msgstr "" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "" + +#: src/details.ts:74 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,61 @@ 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: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..4cbf120 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "" + +#: src/details.ts:59 +msgid "Condition" +msgstr "" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "" + +#: src/details.ts:61 +msgid "Wind" +msgstr "" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "" + +#: src/details.ts:64 +msgid "UV High" +msgstr "" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "" + +#: src/details.ts:74 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,61 @@ 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: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/it.po b/po/it.po index 61759ca..7b585bd 100644 --- a/po/it.po +++ b/po/it.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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\n" "Last-Translator: \n" "Language-Team: Italian\n" "Language: it_IT\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" -#: src/location.ts:74 +#: src/details.ts:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Temperatura" + +#: src/details.ts:59 +msgid "Condition" +msgstr "Condizione" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "Mi Piace" + +#: src/details.ts:61 +msgid "Wind" +msgstr "Vento" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "Umidità" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "Gusti" + +#: src/details.ts:64 +msgid "UV High" +msgstr "UV Alto" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Pressione" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "Precipitazioni" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "Alba" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "Tramonto" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "Copertina Cloud" + +#: src/details.ts:74 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" -#: 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" -#: 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 "Informazioni" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" -msgstr "Feels 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 "Supportami" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" -msgstr "Gusti: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" +msgstr "Versione SimpleWeather" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" -msgstr "Umidità: %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "Sconosciuto" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" +msgstr "Copia" -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Impostazioni copiate JSON 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, considera la protagonista 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 Pannello" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "Dettaglio Pannello Secondario" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "Mostra Icona Condizione" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" +msgstr "Mostra Sunrise/Sunset" #: src/preferences/editLocation.ts:33 #, javascript-format @@ -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." -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "Voce coordinate non valida." @@ -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 "Velocità" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "Pressione" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "Misurazione Della Pioggia" @@ -234,55 +336,83 @@ msgstr "Provider Meteo" msgid "Configure how your location is found" msgstr "Configura come si trova 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" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" 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à" -#: 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" - -#: 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 "Lato del pannello" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" +msgstr "Ordina nel pannello" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "Posizioni" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "Aggiungi" @@ -336,19 +466,19 @@ msgstr "Città, Quartiere, ecc." msgid "Search" msgstr "Cerca" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "Nessun 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" "\tError - %s\n" @@ -357,18 +487,42 @@ 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." -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" 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" +#: src/weather.ts:103 +msgid "Clear" +msgstr "Pulisci" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "Nuvoloso" + +#: 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 "Ventoso" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/po/ja.po b/po/ja.po index a860139..8be247f 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "温度" + +#: src/details.ts:59 +msgid "Condition" +msgstr "条件" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "気に入ったよ" + +#: src/details.ts:61 +msgid "Wind" +msgstr "風" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "Humidity" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "ガスト" + +#: src/details.ts:64 +msgid "UV High" +msgstr "紫外線高" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "日の出(サンライズ)" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "日没" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "雲のカバー" + +#: src/details.ts:74 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/popup.ts:408 +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "設定JSONをクリップボードにコピーしました。" + +#: 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/preferences/aboutPage.ts:122 +msgid "here" +msgstr "ここ" -#: src/popup.ts:410 +#: 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,42 @@ 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: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..a9b7bc7 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "" + +#: src/details.ts:59 +msgid "Condition" +msgstr "" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "" + +#: src/details.ts:61 +msgid "Wind" +msgstr "" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "" + +#: src/details.ts:64 +msgid "UV High" +msgstr "" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "" + +#: src/details.ts:74 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,61 @@ 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: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..8398f84 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Temperatuur" + +#: src/details.ts:59 +msgid "Condition" +msgstr "Voorwaarde" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "Voelt als" + +#: src/details.ts:61 +msgid "Wind" +msgstr "Wind" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "Luchtvochtigheid" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "Gasten" + +#: src/details.ts:64 +msgid "UV High" +msgstr "UV hoog" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Drukdruk" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "Neerslag" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "Zonsopgang" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "Zonsondergang" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "Cloud Cover" + +#: src/details.ts:74 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,42 @@ 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: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..19dc454 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Temperatur" + +#: src/details.ts:59 +msgid "Condition" +msgstr "Tilstand" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "Føles som" + +#: src/details.ts:61 +msgid "Wind" +msgstr "Vind" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "Fuktighet" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "Stjerner" + +#: src/details.ts:64 +msgid "UV High" +msgstr "UV høy" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Trykk" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "Nedbør" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "Soloppgang" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "Solnedgang" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "Sky forside" + +#: src/details.ts:74 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/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/popup.ts:402 +#: 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/preferences/aboutPage.ts:122 +msgid "here" +msgstr "her" -#: src/popup.ts:407 +#: 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,42 @@ 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: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..a51b44e 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Temperatura" + +#: src/details.ts:59 +msgid "Condition" +msgstr "Stan" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "Polubione" + +#: src/details.ts:61 +msgid "Wind" +msgstr "Wiatr" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "Wilgotność" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "Pusty" + +#: src/details.ts:64 +msgid "UV High" +msgstr "Wysokie UV" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Ciśnienie" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "Opady" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "Wschód słońca" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "Słońce" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "Pokrycie chmury" + +#: src/details.ts:74 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/popup.ts:408 +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Skopiowano ustawienia JSON do schowka." + +#: 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/preferences/aboutPage.ts:122 +msgid "here" +msgstr "tutaj" -#: src/popup.ts:410 +#: 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,42 @@ 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: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..b9544df 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Temperatura" + +#: src/details.ts:59 +msgid "Condition" +msgstr "Condição" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "Sensação Como" + +#: src/details.ts:61 +msgid "Wind" +msgstr "Vento" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "Umidade" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "Convidados" + +#: src/details.ts:64 +msgid "UV High" +msgstr "UV Alta" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Pressão" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "Precipitação" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "Amanhecer" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "Ensolarado" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "Cobertura de nuvens" + +#: src/details.ts:74 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/popup.ts:408 +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Copiado as configurações JSON para a área de transferência." + +#: 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/preferences/aboutPage.ts:122 +msgid "here" +msgstr "Aqui" -#: src/popup.ts:410 +#: 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,42 @@ 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: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/pt_PT.po b/po/pt_PT.po index 70fd9fc..049c5bd 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Temperatura" + +#: src/details.ts:59 +msgid "Condition" +msgstr "Condição" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "Sensação Como" + +#: src/details.ts:61 +msgid "Wind" +msgstr "Vento" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "Umidade" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "Convidados" + +#: src/details.ts:64 +msgid "UV High" +msgstr "UV Alta" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Pressão" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "Precipitação" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "Amanhecer" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "Ensolarado" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "Cobertura de nuvens" + +#: src/details.ts:74 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/popup.ts:408 +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Copiado as configurações JSON para a área de transferência." + +#: 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/preferences/aboutPage.ts:122 +msgid "here" +msgstr "Aqui" -#: src/popup.ts:410 +#: 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,42 @@ 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: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..c8992b8 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Temperatură" + +#: src/details.ts:59 +msgid "Condition" +msgstr "Condiție" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "Sentimente ca" + +#: src/details.ts:61 +msgid "Wind" +msgstr "Vânt" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "Umiditate" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "Gusturi" + +#: src/details.ts:64 +msgid "UV High" +msgstr "UV ridicat" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Presiune" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "Precipitaţii" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "Răsărit" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "Amortizor" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "Copertă Nor" + +#: src/details.ts:74 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/popup.ts:408 +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Setările JSON copiate în clipboard." + +#: 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/preferences/aboutPage.ts:122 +msgid "here" +msgstr "aici" -#: src/popup.ts:410 +#: 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,42 @@ 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: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..0ca15b8 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Температура" + +#: src/details.ts:59 +msgid "Condition" +msgstr "Состояние" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "Чувствует себя" + +#: src/details.ts:61 +msgid "Wind" +msgstr "Ветер" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "Влажность" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "Пистолеты" + +#: src/details.ts:64 +msgid "UV High" +msgstr "Высокий УФ" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Давление" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "Осадки" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "Восход" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "Закат" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "Облачная обложка" + +#: src/details.ts:74 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/popup.ts:408 +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Настройки JSON скопированы в буфер обмена." + +#: 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/preferences/aboutPage.ts:122 +msgid "here" +msgstr "здесь" -#: src/popup.ts:410 +#: 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,61 @@ 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: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..3f23bcc 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "" + +#: src/details.ts:59 +msgid "Condition" +msgstr "" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "" + +#: src/details.ts:61 +msgid "Wind" +msgstr "" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "" + +#: src/details.ts:64 +msgid "UV High" +msgstr "" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "" + +#: src/details.ts:74 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,61 @@ 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: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..6297ef2 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Temperatur" + +#: src/details.ts:59 +msgid "Condition" +msgstr "Skick" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "Känns som som" + +#: src/details.ts:61 +msgid "Wind" +msgstr "Vind" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "Luftfuktighet" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "Gusts" + +#: src/details.ts:64 +msgid "UV High" +msgstr "UV hög" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Tryck" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "Nederbörd" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "Soluppgång" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "Solnedgång" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "Moln omslag" + +#: src/details.ts:74 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/popup.ts:408 +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Kopierade inställningar JSON till urklipp." + +#: 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/preferences/aboutPage.ts:122 +msgid "here" +msgstr "här" -#: src/popup.ts:410 +#: 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,42 @@ 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: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..9b67051 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\n" +"Last-Translator: \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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Sıcaklık" + +#: src/details.ts:59 +msgid "Condition" +msgstr "" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "" + +#: src/details.ts:61 +msgid "Wind" +msgstr "" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "" + +#: src/details.ts:64 +msgid "UV High" +msgstr "" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Basınç" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "" + +#: src/details.ts:74 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°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 "" -#: 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/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" -msgstr "Basınç: %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" -msgstr "Yüksek UV: %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" -msgstr "Yağış: %s" +msgid "Report bugs or request new features %s." +msgstr "" -#: src/preferences/aboutPage.ts:43 -msgid "About" -msgstr "Hakkında" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" +msgstr "" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" -msgstr "GitHub Deposu" +#: src/preferences/detailsPage.ts:68 +msgid "Details" +msgstr "" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" -msgstr "SimpleWeather Sürümü" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" +msgstr "" -#: 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 "" -#: 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 "" + +#: 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 "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." @@ -180,24 +290,16 @@ msgstr "ABD" #: src/preferences/generalPage.ts:61 msgid "Fahrenheit" -msgstr "Fahrenheit" +msgstr "" #: src/preferences/generalPage.ts:62 msgid "Celsius" -msgstr "Celsius" - -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "Sıcaklık" +msgstr "" #: 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 "" + +#: 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 "Konumlar" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "Ekle" @@ -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,18 +487,42 @@ 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 "" + +#: 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" @@ -377,13 +531,10 @@ msgstr "%s'e 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 @@ -393,3 +544,4 @@ msgstr "%s'i 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..6792a7d 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Температура" + +#: src/details.ts:59 +msgid "Condition" +msgstr "Стан" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "Відчувається як" + +#: src/details.ts:61 +msgid "Wind" +msgstr "Вітер" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "Вологість" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "Гюстс" + +#: src/details.ts:64 +msgid "UV High" +msgstr "УФ-фах" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Тиск" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "Атмосферні опади" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "Схід сонця" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "Захід Сонця" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "Хмарна обкладинка" + +#: src/details.ts:74 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/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 "" +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/preferences/aboutPage.ts:122 +msgid "here" +msgstr "сюди" -#: src/popup.ts:410 +#: 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,42 @@ 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: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..9c45ab2 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "" + +#: src/details.ts:59 +msgid "Condition" +msgstr "" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "" + +#: src/details.ts:61 +msgid "Wind" +msgstr "" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "" + +#: src/details.ts:64 +msgid "UV High" +msgstr "" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "" + +#: src/details.ts:74 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,61 @@ 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: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 adc7928..822f252 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "温度" + +#: src/details.ts:59 +msgid "Condition" +msgstr "条件" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "感觉赞" + +#: src/details.ts:61 +msgid "Wind" +msgstr "向导" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "湿度" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "古斯" + +#: src/details.ts:64 +msgid "UV High" +msgstr "紫外线高" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "气压" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "降水" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "日出模式" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "日落模式" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "云封面" + +#: src/details.ts:74 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 "温度: %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 "湿度: %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 "复制了JSON设置到剪贴板。" + +#: 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/preferences/aboutPage.ts:122 +msgid "here" +msgstr "在这里" -#: src/popup.ts:410 +#: 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,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,42 @@ 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: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..1b16f24 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-13 01:58-0500\n" +"PO-Revision-Date: 2025-07-23 02:33\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:58 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "" + +#: src/details.ts:59 +msgid "Condition" +msgstr "" + +#: src/details.ts:60 +msgid "Feels Like" +msgstr "" + +#: src/details.ts:61 +msgid "Wind" +msgstr "" + +#: src/details.ts:62 +msgid "Humidity" +msgstr "" + +#: src/details.ts:63 +msgid "Gusts" +msgstr "" + +#: src/details.ts:64 +msgid "UV High" +msgstr "" + +#: src/details.ts:65 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "" + +#: src/details.ts:66 +msgid "Precipitation" +msgstr "" + +#: src/details.ts:67 +msgid "Sunrise" +msgstr "" + +#: src/details.ts:68 +msgid "Sunset" +msgstr "" + +#: src/details.ts:69 +msgid "Cloud Cover" +msgstr "" + +#: src/details.ts:74 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,61 @@ 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: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" From 9b85048bb7e60620a41cc90f6cfd415b45498b04 Mon Sep 17 00:00:00 2001 From: Roman Lefler Date: Tue, 22 Jul 2025 21:47:44 -0500 Subject: [PATCH 08/38] impr(authors): Credit Samuel St. Jean for French translations --- AUTHORS | 3 ++- CHANGELOG.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index b5a16d2..c5e71ac 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,7 +1,8 @@ Maintainer/Programmer: Roman Lefler +Chinese (中文): know-nothing-but-123 +French (Français): Samuel St. Jean German (Deutsch): Ahmet Ala Turkish (Türkçe): Ahmet Ala -Chinese (中文): know-nothing-but-123 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bd0f9c..0c97932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ## Translations - Chinese (thanks know-nothing-but-123) +- French (thanks Samuel St. Jean) # v48.1.0 From de7e1a8c14791e58793bec60b0644096c07d6ae7 Mon Sep 17 00:00:00 2001 From: Roman Lefler Date: Wed, 23 Jul 2025 16:57:39 -0500 Subject: [PATCH 09/38] fix(detail): detail name not being translated through gettext --- src/details.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/details.ts b/src/details.ts index d5d8470..065a701 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", @@ -85,5 +86,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}`; } From 7f104170b60b2fb1aedbf971304d938b8a44518a Mon Sep 17 00:00:00 2001 From: Roman Lefler Date: Wed, 23 Jul 2025 17:01:18 -0500 Subject: [PATCH 10/38] fix(transl): Fix Sunny and Clear not getting picked up by xgettext --- src/weather.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/weather.ts b/src/weather.ts index 096ff4f..ef0b407 100644 --- a/src/weather.ts +++ b/src/weather.ts @@ -100,7 +100,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: From 0b13613f6659396c9e7055ca1068a52da352e3c7 Mon Sep 17 00:00:00 2001 From: mdouchin Date: Thu, 24 Jul 2025 00:05:03 +0200 Subject: [PATCH 11/38] transl(fr): Update French (#14) --- po/fr.po | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/po/fr.po b/po/fr.po index ff4b685..05cef55 100644 --- a/po/fr.po +++ b/po/fr.po @@ -28,11 +28,11 @@ msgstr "Température" #: src/details.ts:59 msgid "Condition" -msgstr "Condition" +msgstr "Conditions" #: src/details.ts:60 msgid "Feels Like" -msgstr "Se sent comme" +msgstr "Température ressentie" #: src/details.ts:61 msgid "Wind" @@ -146,7 +146,7 @@ msgstr "L: %s" #: src/preferences/aboutPage.ts:48 msgid "About" -msgstr "À propos de" +msgstr "À propos" #: src/preferences/aboutPage.ts:59 msgid "GitHub Repository" @@ -205,7 +205,7 @@ msgstr "Pop-Up" #: 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 le pop-up" +msgstr "Glisser-déposer depuis le bas pour configurer la pop-up" #: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 msgid "Panel" @@ -225,7 +225,7 @@ msgstr "Détail du panneau secondaire" #: src/preferences/detailsPage.ts:218 msgid "Show Condition Icon" -msgstr "Afficher l'icône de la condition" +msgstr "Afficher l'icône des conditions" #: src/preferences/detailsPage.ts:228 msgid "Show Sunrise/Sunset" @@ -378,7 +378,7 @@ msgstr "Lumière" #: src/preferences/generalPage.ts:247 msgid "Afterdark" -msgstr "Après la nuit" +msgstr "A la nuit tombée" #: src/preferences/generalPage.ts:248 msgid "Immersive" @@ -476,7 +476,7 @@ msgstr "Aucun résultat." #: 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:74 #, javascript-format @@ -513,15 +513,15 @@ msgstr "Rainy" #: src/weather.ts:109 msgid "Snowy" -msgstr "Snowy" +msgstr "Il neige" #: src/weather.ts:111 msgid "Stormy" -msgstr "Stormy" +msgstr "Tempête" #: src/weather.ts:113 msgid "Windy" -msgstr "Vent" +msgstr "Venteux" #: src/welcome.ts:53 #, javascript-format From 11306f4bd325336a355d0fa0353b1d161bd09700 Mon Sep 17 00:00:00 2001 From: Roman Lefler Date: Wed, 23 Jul 2025 17:09:41 -0500 Subject: [PATCH 12/38] transl(all): Auto-generate translations with CrowdIn --- po/af.po | 34 +++++++++++++++++++--------------- po/ar.po | 34 +++++++++++++++++++--------------- po/ca.po | 34 +++++++++++++++++++--------------- po/cs.po | 34 +++++++++++++++++++--------------- po/da.po | 34 +++++++++++++++++++--------------- po/de.po | 34 +++++++++++++++++++--------------- po/el.po | 34 +++++++++++++++++++--------------- po/en.po | 34 +++++++++++++++++++--------------- po/es_ES.po | 34 +++++++++++++++++++--------------- po/fi.po | 34 +++++++++++++++++++--------------- po/fr.po | 34 +++++++++++++++++++--------------- po/he.po | 34 +++++++++++++++++++--------------- po/hu.po | 34 +++++++++++++++++++--------------- po/it.po | 34 +++++++++++++++++++--------------- po/ja.po | 34 +++++++++++++++++++--------------- po/ko.po | 34 +++++++++++++++++++--------------- po/nl.po | 34 +++++++++++++++++++--------------- po/no.po | 34 +++++++++++++++++++--------------- po/pl.po | 34 +++++++++++++++++++--------------- po/pt_BR.po | 34 +++++++++++++++++++--------------- po/pt_PT.po | 34 +++++++++++++++++++--------------- po/ro.po | 34 +++++++++++++++++++--------------- po/ru.po | 34 +++++++++++++++++++--------------- po/sr.po | 34 +++++++++++++++++++--------------- po/sv_SE.po | 34 +++++++++++++++++++--------------- po/tr.po | 34 +++++++++++++++++++--------------- po/uk.po | 34 +++++++++++++++++++--------------- po/vi.po | 34 +++++++++++++++++++--------------- po/zh_CN.po | 34 +++++++++++++++++++--------------- po/zh_TW.po | 34 +++++++++++++++++++--------------- 30 files changed, 570 insertions(+), 450 deletions(-) diff --git a/po/af.po b/po/af.po index eb71905..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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "" @@ -501,6 +501,10 @@ msgstr "" msgid "Clear" msgstr "" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "" + #: src/weather.ts:105 msgid "Cloudy" msgstr "" diff --git a/po/ar.po b/po/ar.po index dbb7049..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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "موقعي" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "درجة" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "الحالة" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "يشعر بالإعجاب" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "الريح" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "الرطوبة" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "الغاز" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "UV عالي" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "الضغط" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "التهطال" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "الشروق" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "غروب" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "غلاف سحابي" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "غير صالح" @@ -501,6 +501,10 @@ msgstr "Open GitHub" msgid "Clear" msgstr "مسح" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + #: src/weather.ts:105 msgid "Cloudy" msgstr "غيوم" diff --git a/po/ca.po b/po/ca.po index 3119fb0..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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "" @@ -501,6 +501,10 @@ msgstr "" msgid "Clear" msgstr "" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "" + #: src/weather.ts:105 msgid "Cloudy" msgstr "" diff --git a/po/cs.po b/po/cs.po index 02f13fb..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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "Moje poloha" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "Teplota" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "Podmínka" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "Cítí se" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "Větrný" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "Vlhkost" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "Chody" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "UV vysoké" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "Tlak" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "Srážky" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "Vzestup slunce" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "Západ slunce" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "Obal Cloudu" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "Neplatné" @@ -503,6 +503,10 @@ msgstr "Open GitHub" msgid "Clear" msgstr "Vyčistit" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + #: src/weather.ts:105 msgid "Cloudy" msgstr "Zataženo" diff --git a/po/da.po b/po/da.po index d8d8aba..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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "Min Placering" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "Temperatur" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "Tilstand" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "Føler Synes Som" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "Vind" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "Luftfugtighed" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "Gusts" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "UV Høj" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "Tryk" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "Nedbør" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "Solopgang" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "Solnedgang" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "Sky-omslag" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "Ugyldig" @@ -503,6 +503,10 @@ msgstr "Open GitHub" msgid "Clear" msgstr "Ryd" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + #: src/weather.ts:105 msgid "Cloudy" msgstr "Overskyet" diff --git a/po/de.po b/po/de.po index 897898b..fd5fa32 100644 --- a/po/de.po +++ b/po/de.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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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: German\n" "Language: de_DE\n" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "Mein Standort" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "Temperatur" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "Bedingung" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "Fühlt sich wie" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "Wind" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "Feuchtigkeit" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "Bögen" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "UV Hoch" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "Druck" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "Niederschlag" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "Sonnenaufgang" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "Sonnenuntergang" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "Cloud-Cover" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "Ungültig" @@ -503,6 +503,10 @@ msgstr "GitHub öffnen" msgid "Clear" msgstr "Leeren" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + #: src/weather.ts:105 msgid "Cloudy" msgstr "bewölkt" diff --git a/po/el.po b/po/el.po index b89293c..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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "Η Τοποθεσία Μου" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "Θερμοκρασία" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "Κατάσταση" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "Αισθάνεται Σαν" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "Άνεμος" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "Υγρασία" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "Φιάλες" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "UV Υψηλή" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "Πίεση" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "Κατακρήμνιση" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "Ανατολή" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "Ήλιος" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "Εξώφυλλο Cloud" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "Μη Έγκυρο" @@ -503,6 +503,10 @@ msgstr "Open GitHub" msgid "Clear" msgstr "Εκκαθάριση" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + #: src/weather.ts:105 msgid "Cloudy" msgstr "Συννεφιά" diff --git a/po/en.po b/po/en.po index 596e2a0..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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "" @@ -501,6 +501,10 @@ msgstr "" msgid "Clear" msgstr "" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "" + #: src/weather.ts:105 msgid "Cloudy" msgstr "" diff --git a/po/es_ES.po b/po/es_ES.po index c497194..d0e7f33 100644 --- a/po/es_ES.po +++ b/po/es_ES.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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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: Spanish\n" "Language: es_ES\n" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "Mi ubicación" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "Temperatura" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "Condición" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "Sentirse como" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "Viento" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "Humedad" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "Gustos" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "UV alto" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "Presión" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "Precipitación" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "Aislamiento" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "Aislamiento" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "Carátula de la nube" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "Inválido" @@ -503,6 +503,10 @@ msgstr "Open GitHub" msgid "Clear" msgstr "Claro" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + #: src/weather.ts:105 msgid "Cloudy" msgstr "Nublado" diff --git a/po/fi.po b/po/fi.po index a0c5934..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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "Oma Sijainti" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "Lämpötila" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "Ehto" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "Tuntuu Kuin" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "Tuuli" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "Kosteus" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "Gustit" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "Uv Korkea" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "Paine" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "Sademäärä" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "Auringonnousu" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "Auringonlasku" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "Pilven Kansi" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "Virheellinen" @@ -503,6 +503,10 @@ msgstr "Open GitHub" msgid "Clear" msgstr "Tyhjennä" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + #: src/weather.ts:105 msgid "Cloudy" msgstr "Pilvinen" diff --git a/po/fr.po b/po/fr.po index 05cef55..b40a5a0 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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:08\n" "Last-Translator: \n" "Language-Team: French\n" "Language: fr_FR\n" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "Ma position" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "Température" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "Conditions" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "Température ressentie" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "Vent" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "Humidité" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "Rafales" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "UV élevé" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "Pression" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "Précipitations" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "Lever du soleil" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "Coucher du soleil" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "Couverture nuageuse" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "Invalide" @@ -503,6 +503,10 @@ msgstr "Ouvrir GitHub" msgid "Clear" msgstr "Nettoyer" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + #: src/weather.ts:105 msgid "Cloudy" msgstr "Nuageux" diff --git a/po/he.po b/po/he.po index ccde192..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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "" @@ -501,6 +501,10 @@ msgstr "" msgid "Clear" msgstr "" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "" + #: src/weather.ts:105 msgid "Cloudy" msgstr "" diff --git a/po/hu.po b/po/hu.po index 4cbf120..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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "" @@ -501,6 +501,10 @@ msgstr "" msgid "Clear" msgstr "" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "" + #: src/weather.ts:105 msgid "Cloudy" msgstr "" diff --git a/po/it.po b/po/it.po index 7b585bd..18c438c 100644 --- a/po/it.po +++ b/po/it.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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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: Italian\n" "Language: it_IT\n" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "La Mia Posizione" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "Temperatura" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "Condizione" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "Mi Piace" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "Vento" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "Umidità" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "Gusti" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "UV Alto" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "Pressione" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "Precipitazioni" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "Alba" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "Tramonto" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "Copertina Cloud" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "Non Valido" @@ -503,6 +503,10 @@ msgstr "Open GitHub" msgid "Clear" msgstr "Pulisci" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + #: src/weather.ts:105 msgid "Cloudy" msgstr "Nuvoloso" diff --git a/po/ja.po b/po/ja.po index 8be247f..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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "自分の場所" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "温度" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "条件" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "気に入ったよ" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "風" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "Humidity" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "ガスト" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "紫外線高" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "日の出(サンライズ)" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "日没" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "雲のカバー" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "無効です" @@ -503,6 +503,10 @@ msgstr "Open GitHub" msgid "Clear" msgstr "クリア" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + #: src/weather.ts:105 msgid "Cloudy" msgstr "曇り" diff --git a/po/ko.po b/po/ko.po index a9b7bc7..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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "" @@ -501,6 +501,10 @@ msgstr "" msgid "Clear" msgstr "" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "" + #: src/weather.ts:105 msgid "Cloudy" msgstr "" diff --git a/po/nl.po b/po/nl.po index 8398f84..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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "Mijn locatie" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "Temperatuur" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "Voorwaarde" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "Voelt als" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "Wind" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "Luchtvochtigheid" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "Gasten" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "UV hoog" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "Drukdruk" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "Neerslag" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "Zonsopgang" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "Zonsondergang" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "Cloud Cover" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "Ongeldig" @@ -503,6 +503,10 @@ msgstr "Open GitHub" msgid "Clear" msgstr "Verwijderen" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + #: src/weather.ts:105 msgid "Cloudy" msgstr "Bewolkt" diff --git a/po/no.po b/po/no.po index 19dc454..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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "Min posisjon" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "Temperatur" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "Tilstand" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "Føles som" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "Vind" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "Fuktighet" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "Stjerner" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "UV høy" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "Trykk" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "Nedbør" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "Soloppgang" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "Solnedgang" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "Sky forside" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "Ugyldig" @@ -503,6 +503,10 @@ msgstr "Open GitHub" msgid "Clear" msgstr "Tøm" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + #: src/weather.ts:105 msgid "Cloudy" msgstr "Overskyet" diff --git a/po/pl.po b/po/pl.po index a51b44e..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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "Moja lokalizacja" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "Temperatura" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "Stan" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "Polubione" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "Wiatr" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "Wilgotność" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "Pusty" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "Wysokie UV" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "Ciśnienie" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "Opady" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "Wschód słońca" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "Słońce" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "Pokrycie chmury" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "Niepoprawny" @@ -503,6 +503,10 @@ msgstr "Open GitHub" msgid "Clear" msgstr "Wyczyść" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + #: src/weather.ts:105 msgid "Cloudy" msgstr "Chmura" diff --git a/po/pt_BR.po b/po/pt_BR.po index b9544df..da9ce18 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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "Minha Localização" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "Temperatura" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "Condição" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "Sensação Como" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "Vento" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "Umidade" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "Convidados" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "UV Alta" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "Pressão" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "Precipitação" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "Amanhecer" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "Ensolarado" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "Cobertura de nuvens" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "Inválido" @@ -503,6 +503,10 @@ msgstr "Open GitHub" msgid "Clear" msgstr "Limpar" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + #: src/weather.ts:105 msgid "Cloudy" msgstr "Nublado" diff --git a/po/pt_PT.po b/po/pt_PT.po index 049c5bd..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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "Minha Localização" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "Temperatura" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "Condição" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "Sensação Como" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "Vento" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "Umidade" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "Convidados" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "UV Alta" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "Pressão" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "Precipitação" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "Amanhecer" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "Ensolarado" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "Cobertura de nuvens" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "Inválido" @@ -503,6 +503,10 @@ msgstr "Open GitHub" msgid "Clear" msgstr "Limpar" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + #: src/weather.ts:105 msgid "Cloudy" msgstr "Nublado" diff --git a/po/ro.po b/po/ro.po index c8992b8..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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "Locația mea" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "Temperatură" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "Condiție" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "Sentimente ca" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "Vânt" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "Umiditate" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "Gusturi" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "UV ridicat" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "Presiune" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "Precipitaţii" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "Răsărit" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "Amortizor" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "Copertă Nor" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "Nevalid" @@ -503,6 +503,10 @@ msgstr "Open GitHub" msgid "Clear" msgstr "Curăță" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + #: src/weather.ts:105 msgid "Cloudy" msgstr "Înnorat" diff --git a/po/ru.po b/po/ru.po index 0ca15b8..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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "Моё местоположение" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "Температура" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "Состояние" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "Чувствует себя" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "Ветер" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "Влажность" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "Пистолеты" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "Высокий УФ" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "Давление" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "Осадки" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "Восход" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "Закат" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "Облачная обложка" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "Некорректный" @@ -501,6 +501,10 @@ msgstr "Open GitHub" msgid "Clear" msgstr "Очистить" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + #: src/weather.ts:105 msgid "Cloudy" msgstr "Облачно" diff --git a/po/sr.po b/po/sr.po index 3f23bcc..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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "" @@ -501,6 +501,10 @@ msgstr "" msgid "Clear" msgstr "" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "" + #: src/weather.ts:105 msgid "Cloudy" msgstr "" diff --git a/po/sv_SE.po b/po/sv_SE.po index 6297ef2..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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "Min plats" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "Temperatur" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "Skick" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "Känns som som" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "Vind" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "Luftfuktighet" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "Gusts" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "UV hög" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "Tryck" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "Nederbörd" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "Soluppgång" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "Solnedgång" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "Moln omslag" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "Ogiltig" @@ -503,6 +503,10 @@ msgstr "Open GitHub" msgid "Clear" msgstr "Rensa" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + #: src/weather.ts:105 msgid "Cloudy" msgstr "Molnigt" diff --git a/po/tr.po b/po/tr.po index 9b67051..5eab0c6 100644 --- a/po/tr.po +++ b/po/tr.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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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: Turkish\n" "Language: tr_TR\n" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "Konumum" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "Sıcaklık" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "Basınç" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "" @@ -503,6 +503,10 @@ msgstr "GitHub'ı Aç" msgid "Clear" msgstr "" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "" + #: src/weather.ts:105 msgid "Cloudy" msgstr "" diff --git a/po/uk.po b/po/uk.po index 6792a7d..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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "Моє місцезнаходження" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "Температура" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "Стан" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "Відчувається як" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "Вітер" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "Вологість" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "Гюстс" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "УФ-фах" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "Тиск" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "Атмосферні опади" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "Схід сонця" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "Захід Сонця" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "Хмарна обкладинка" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "Недійсний" @@ -503,6 +503,10 @@ msgstr "Open GitHub" msgid "Clear" msgstr "Очистити" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + #: src/weather.ts:105 msgid "Cloudy" msgstr "Хмарно" diff --git a/po/vi.po b/po/vi.po index 9c45ab2..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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "" @@ -501,6 +501,10 @@ msgstr "" msgid "Clear" msgstr "" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "" + #: src/weather.ts:105 msgid "Cloudy" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 822f252..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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "我的位置" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "温度" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "条件" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "感觉赞" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "向导" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "湿度" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "古斯" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "紫外线高" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "气压" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "降水" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "日出模式" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "日落模式" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "云封面" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "无效的" @@ -503,6 +503,10 @@ msgstr "Open GitHub" msgid "Clear" msgstr "清空" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + #: src/weather.ts:105 msgid "Cloudy" msgstr "多云" diff --git a/po/zh_TW.po b/po/zh_TW.po index 1b16f24..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-07-13 01:58-0500\n" -"PO-Revision-Date: 2025-07-23 02:33\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" @@ -22,55 +22,55 @@ msgstr "" msgid "My Location" msgstr "" -#: src/details.ts:58 src/preferences/generalPage.ts:64 +#: src/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" msgstr "" -#: src/details.ts:59 +#: src/details.ts:60 msgid "Condition" msgstr "" -#: src/details.ts:60 +#: src/details.ts:61 msgid "Feels Like" msgstr "" -#: src/details.ts:61 +#: src/details.ts:62 msgid "Wind" msgstr "" -#: src/details.ts:62 +#: src/details.ts:63 msgid "Humidity" msgstr "" -#: src/details.ts:63 +#: src/details.ts:64 msgid "Gusts" msgstr "" -#: src/details.ts:64 +#: src/details.ts:65 msgid "UV High" msgstr "" -#: src/details.ts:65 src/preferences/generalPage.ts:92 +#: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" msgstr "" -#: src/details.ts:66 +#: src/details.ts:67 msgid "Precipitation" msgstr "" -#: src/details.ts:67 +#: src/details.ts:68 msgid "Sunrise" msgstr "" -#: src/details.ts:68 +#: src/details.ts:69 msgid "Sunset" msgstr "" -#: src/details.ts:69 +#: src/details.ts:70 msgid "Cloud Cover" msgstr "" -#: src/details.ts:74 src/popup.ts:409 +#: src/details.ts:75 src/popup.ts:409 msgid "Invalid" msgstr "" @@ -501,6 +501,10 @@ msgstr "" msgid "Clear" msgstr "" +#: src/weather.ts:103 +msgid "Sunny" +msgstr "" + #: src/weather.ts:105 msgid "Cloudy" msgstr "" From 9628cb3125cfe33f2cf308a9852e9a09c681eda5 Mon Sep 17 00:00:00 2001 From: Roman Lefler Date: Wed, 23 Jul 2025 17:11:19 -0500 Subject: [PATCH 13/38] impr(authors): Credit mdouchin for French translations --- AUTHORS | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index c5e71ac..73e89d9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,7 +2,7 @@ Maintainer/Programmer: Roman Lefler Chinese (中文): know-nothing-but-123 -French (Français): Samuel St. Jean +French (Français): Samuel St. Jean & mdouchin German (Deutsch): Ahmet Ala Turkish (Türkçe): Ahmet Ala diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c97932..14935b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## Translations - Chinese (thanks know-nothing-but-123) -- French (thanks Samuel St. Jean) +- French (thanks Samuel St. Jean & mdouchin) # v48.1.0 From 69073f6ee4decc933d216bc0564f3d8ebaf4e6b1 Mon Sep 17 00:00:00 2001 From: Neo-29 <90937180+Neo-29@users.noreply.github.com> Date: Fri, 25 Jul 2025 03:29:57 +0200 Subject: [PATCH 14/38] transl(fr): Update French --- po/fr.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/po/fr.po b/po/fr.po index b40a5a0..1d5b1a2 100644 --- a/po/fr.po +++ b/po/fr.po @@ -124,7 +124,7 @@ msgstr "" #: src/location.ts:83 #, javascript-format msgid "%f°W" -msgstr "%f°W" +msgstr "%f°O" #: src/popup.ts:143 msgid "Weather Data" @@ -137,12 +137,12 @@ msgstr "Réglages" #: src/popup.ts:383 #, javascript-format msgid "H: %s" -msgstr "H: %s" +msgstr "Max: %s" #: src/popup.ts:384 #, javascript-format msgid "L: %s" -msgstr "L: %s" +msgstr "Min: %s" #: src/preferences/aboutPage.ts:48 msgid "About" @@ -175,7 +175,7 @@ msgstr "Paramètres JSON copiés dans le presse-papiers." #: src/preferences/aboutPage.ts:116 #, javascript-format msgid "Contributions and translations are welcome! Read how on %s." -msgstr "Contributions et traductions sont les bienvenues ! Lisez comment sur %s." +msgstr "Les contributions et traductions sont les bienvenues ! Lisez comment sur %s." #: src/preferences/aboutPage.ts:119 #, javascript-format @@ -390,7 +390,7 @@ msgstr "Thème" #: src/preferences/generalPage.ts:261 msgid "Center" -msgstr "Centrer" +msgstr "Centre" #: src/preferences/generalPage.ts:261 msgid "Left" @@ -406,7 +406,7 @@ msgstr "Côté du panneau" #: src/preferences/generalPage.ts:274 msgid "Order in Panel" -msgstr "Commander dans le panneau" +msgstr "Ordre dans le panneau" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" From 32c83c82c7a18c1687c1fe14b54ab46c7c005268 Mon Sep 17 00:00:00 2001 From: Roman Lefler Date: Thu, 24 Jul 2025 20:34:34 -0500 Subject: [PATCH 15/38] impr(AUTHORS): Credit Neo-29 for translations --- AUTHORS | 2 +- CHANGELOG.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 73e89d9..f089be7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,7 +2,7 @@ Maintainer/Programmer: Roman Lefler Chinese (中文): know-nothing-but-123 -French (Français): Samuel St. Jean & mdouchin +French (Français): Samuel St. Jean, mdouchin, & Neo-29 German (Deutsch): Ahmet Ala Turkish (Türkçe): Ahmet Ala diff --git a/CHANGELOG.md b/CHANGELOG.md index 14935b4..78b44e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Development +## Bug Fixes + +- Fix some of pop-up not being translated + ## Translations - Chinese (thanks know-nothing-but-123) -- French (thanks Samuel St. Jean & mdouchin) +- French (thanks Samuel St. Jean, mdouchin, & Neo-29) # v48.1.0 From a92b9fce1c8eb19a9c0eac8f4fa20bd1765eb2a8 Mon Sep 17 00:00:00 2001 From: Neo-29 <90937180+Neo-29@users.noreply.github.com> Date: Fri, 1 Aug 2025 22:31:52 +0200 Subject: [PATCH 16/38] transl(fr): Update * Update fr.po Correction * Update fr.po Missing Translation --- po/fr.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/fr.po b/po/fr.po index 1d5b1a2..aa353ae 100644 --- a/po/fr.po +++ b/po/fr.po @@ -501,11 +501,11 @@ msgstr "Ouvrir GitHub" #: src/weather.ts:103 msgid "Clear" -msgstr "Nettoyer" +msgstr "Clair" #: src/weather.ts:103 msgid "Sunny" -msgstr "Sunny" +msgstr "Ensoleillé" #: src/weather.ts:105 msgid "Cloudy" From 7156485af7c74c65e213bbeb166d22baa29f4b5d Mon Sep 17 00:00:00 2001 From: Lyubomir Vasilev Date: Fri, 1 Aug 2025 23:36:19 +0300 Subject: [PATCH 17/38] transl(bg): Create --- po/bg.po | 560 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 560 insertions(+) create mode 100644 po/bg.po 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 "Отказ" From cbeb3e3ce24cd0753ab795a90f48ca7d4ef96062 Mon Sep 17 00:00:00 2001 From: Edilson Alzemand Sigmaringa Junior Date: Fri, 1 Aug 2025 17:38:00 -0300 Subject: [PATCH 18/38] transl(pt_BR) Co-authored-by: Alzemand --- po/pt_BR.po | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/po/pt_BR.po b/po/pt_BR.po index da9ce18..6be4352 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -32,7 +32,7 @@ msgstr "Condição" #: src/details.ts:61 msgid "Feels Like" -msgstr "Sensação Como" +msgstr "Sensação Térmica" #: src/details.ts:62 msgid "Wind" @@ -84,7 +84,7 @@ msgstr "Segunda-Feira" #: src/lang.ts:111 msgid "Sunday" -msgstr "domingo" +msgstr "Domingo" #: src/lang.ts:111 msgid "Tuesday" @@ -92,7 +92,7 @@ msgstr "Terça-feira" #: src/lang.ts:111 msgid "Wednesday" -msgstr "quarta-feira" +msgstr "Quarta-feira" #: src/lang.ts:112 msgid "Friday" @@ -100,11 +100,11 @@ msgstr "Sexta-feira" #: src/lang.ts:112 msgid "Saturday" -msgstr "sábado" +msgstr "Sábado" #: src/lang.ts:112 msgid "Thursday" -msgstr "quinta-feira" +msgstr "Quinta-feira" #: src/location.ts:82 #, javascript-format @@ -132,7 +132,7 @@ msgstr "Dados meteorológicos" #: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" -msgstr "Confirgurações" +msgstr "Configurações" #: src/popup.ts:383 #, javascript-format @@ -166,7 +166,7 @@ msgstr "Desconhecido" #: src/preferences/aboutPage.ts:79 msgid "Copy" -msgstr "copiar" +msgstr "Copiar" #: src/preferences/aboutPage.ts:102 msgid "Copied settings JSON to clipboard." @@ -193,11 +193,11 @@ msgstr "Reporte erros ou solicite novos recursos %s." #: src/preferences/aboutPage.ts:138 msgid "Credits" -msgstr "créditos" +msgstr "Créditos" #: src/preferences/detailsPage.ts:68 msgid "Details" -msgstr "detalhes" +msgstr "Detalhes" #: src/preferences/detailsPage.ts:74 msgid "Pop-Up" @@ -406,7 +406,7 @@ msgstr "Lado do Painel" #: src/preferences/generalPage.ts:274 msgid "Order in Panel" -msgstr "Pedido no Painel" +msgstr "Pedido no painel" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" @@ -422,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" @@ -435,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 @@ -489,7 +489,7 @@ msgstr "SimpleWeather não sabe como lidar com a sua localidade.\n" #: src/prefs.ts:77 msgid "Don't Show Again" -msgstr "Não Mostrar Novamente" +msgstr "Não mostrar novamente" #: src/prefs.ts:77 msgid "Ignore" @@ -497,7 +497,7 @@ msgstr "Ignorar" #: src/prefs.ts:77 msgid "Open GitHub" -msgstr "Open GitHub" +msgstr "Abrir GitHub" #: src/weather.ts:103 msgid "Clear" @@ -505,7 +505,7 @@ msgstr "Limpar" #: src/weather.ts:103 msgid "Sunny" -msgstr "Sunny" +msgstr "Ensolarado" #: src/weather.ts:105 msgid "Cloudy" @@ -513,15 +513,15 @@ msgstr "Nublado" #: src/weather.ts:107 msgid "Rainy" -msgstr "Rainy" +msgstr "Chovendo" #: src/weather.ts:109 msgid "Snowy" -msgstr "Snowy" +msgstr "Nevando" #: src/weather.ts:111 msgid "Stormy" -msgstr "Stormy" +msgstr "Tempestade" #: src/weather.ts:113 msgid "Windy" From 39dc9574ca4ae0ab623cd435f0df240f36ac88ee Mon Sep 17 00:00:00 2001 From: Ahmet Ala Date: Wed, 6 Aug 2025 17:03:28 +0200 Subject: [PATCH 19/38] transl(de): Update (#26) fixed some translations. some were pretty funny. for example 'Clear' was translated as 'Leeren' which means 'to empty'. I changed it to 'Klar'. --- po/de.po | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/po/de.po b/po/de.po index fd5fa32..5e879b1 100644 --- a/po/de.po +++ b/po/de.po @@ -4,7 +4,7 @@ msgstr "" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" "POT-Creation-Date: 2025-07-23 16:59-0500\n" "PO-Revision-Date: 2025-07-23 22:06\n" -"Last-Translator: \n" +"Last-Translator: alaahmet\n" "Language-Team: German\n" "Language: de_DE\n" "MIME-Version: 1.0\n" @@ -44,7 +44,7 @@ msgstr "Feuchtigkeit" #: src/details.ts:64 msgid "Gusts" -msgstr "Bögen" +msgstr "Böen" #: src/details.ts:65 msgid "UV High" @@ -68,7 +68,7 @@ msgstr "Sonnenuntergang" #: src/details.ts:70 msgid "Cloud Cover" -msgstr "Cloud-Cover" +msgstr "Wolkenbedeckung" #: src/details.ts:75 src/popup.ts:409 msgid "Invalid" @@ -158,7 +158,7 @@ msgstr "Unterstütze mich" #: src/preferences/aboutPage.ts:68 msgid "SimpleWeather Version" -msgstr "Einfaches Wetter Version" +msgstr "SimpleWeather Version" #: src/preferences/aboutPage.ts:71 msgid "Unknown" @@ -180,7 +180,7 @@ msgstr "Beiträge und Übersetzungen sind willkommen! Lesen Sie %s." #: src/preferences/aboutPage.ts:119 #, javascript-format msgid "If you like this extension, consider starring it on %s." -msgstr "Wenn dir diese Erweiterung gefällt, solltest du sie auf %s starten." +msgstr "Wenn Ihnen diese Erweiterung gefällt, geben Sie ihr bitte einen Stern auf %s." #: src/preferences/aboutPage.ts:122 msgid "here" @@ -209,7 +209,7 @@ msgstr "Ziehen und Ablegen von unten, um das Pop-up zu konfigurieren" #: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 msgid "Panel" -msgstr "Bedienfeld" +msgstr "Panel" #: src/preferences/detailsPage.ts:176 msgid "None" @@ -282,11 +282,11 @@ msgstr "Metrisch" #: src/preferences/generalPage.ts:48 msgid "UK" -msgstr "TN" +msgstr "UK" #: src/preferences/generalPage.ts:48 msgid "US" -msgstr "MN" +msgstr "US" #: src/preferences/generalPage.ts:61 msgid "Fahrenheit" @@ -378,7 +378,7 @@ msgstr "Hell" #: src/preferences/generalPage.ts:247 msgid "Afterdark" -msgstr "Nachdunkle" +msgstr "Dunkel" #: src/preferences/generalPage.ts:248 msgid "Immersive" @@ -406,7 +406,7 @@ msgstr "Seite des Panels" #: src/preferences/generalPage.ts:274 msgid "Order in Panel" -msgstr "Bestellung im Panel" +msgstr "Reihenfolge im Panel" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" @@ -501,27 +501,27 @@ msgstr "GitHub öffnen" #: src/weather.ts:103 msgid "Clear" -msgstr "Leeren" +msgstr "Klar" #: src/weather.ts:103 msgid "Sunny" -msgstr "Sunny" +msgstr "Sonnig" #: src/weather.ts:105 msgid "Cloudy" -msgstr "bewölkt" +msgstr "Bewölkt" #: src/weather.ts:107 msgid "Rainy" -msgstr "Rainy" +msgstr "Regen" #: src/weather.ts:109 msgid "Snowy" -msgstr "Snowy" +msgstr "Schnee" #: src/weather.ts:111 msgid "Stormy" -msgstr "Stormy" +msgstr "Sturm" #: src/weather.ts:113 msgid "Windy" From ac87e75ac8ae77852fd70393bda95ff30806736d Mon Sep 17 00:00:00 2001 From: Ahmet Ala Date: Wed, 6 Aug 2025 17:04:05 +0200 Subject: [PATCH 20/38] transl(tr): Update (#25) * transl(tr): Update added the missing translations. fixed some translations to fit in better for the context. * transl(tr): Update missed the " in the last PR. this time shouldnt fail. --- po/tr.po | 116 +++++++++++++++++++++++++++---------------------------- 1 file changed, 58 insertions(+), 58 deletions(-) diff --git a/po/tr.po b/po/tr.po index 5eab0c6..decde5c 100644 --- a/po/tr.po +++ b/po/tr.po @@ -4,7 +4,7 @@ msgstr "" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" "POT-Creation-Date: 2025-07-23 16:59-0500\n" "PO-Revision-Date: 2025-07-23 22:06\n" -"Last-Translator: \n" +"Last-Translator: alaahmet\n" "Language-Team: Turkish\n" "Language: tr_TR\n" "MIME-Version: 1.0\n" @@ -28,27 +28,27 @@ msgstr "Sıcaklık" #: src/details.ts:60 msgid "Condition" -msgstr "" +msgstr "Hava Durumu" #: src/details.ts:61 msgid "Feels Like" -msgstr "" +msgstr "Hissedilen Sıcaklık" #: src/details.ts:62 msgid "Wind" -msgstr "" +msgstr "Rüzgar" #: src/details.ts:63 msgid "Humidity" -msgstr "" +msgstr "Nem Oranı" #: src/details.ts:64 msgid "Gusts" -msgstr "" +msgstr "Ani Rüzgar" #: src/details.ts:65 msgid "UV High" -msgstr "" +msgstr "Yüksek UV" #: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" @@ -56,55 +56,55 @@ msgstr "Basınç" #: src/details.ts:67 msgid "Precipitation" -msgstr "" +msgstr "Yağış" #: src/details.ts:68 msgid "Sunrise" -msgstr "" +msgstr "Gündoğumu" #: src/details.ts:69 msgid "Sunset" -msgstr "" +msgstr "Günbatımı" #: src/details.ts:70 msgid "Cloud Cover" -msgstr "" +msgstr "Bulut Oranı" #: src/details.ts:75 src/popup.ts:409 msgid "Invalid" -msgstr "" +msgstr "Geçersiz" #: src/lang.ts:108 src/popup.ts:57 msgid "Today" -msgstr "" +msgstr "Bugün" #: src/lang.ts:111 msgid "Monday" -msgstr "" +msgstr "Pazartesi" #: src/lang.ts:111 msgid "Sunday" -msgstr "" +msgstr "Pazar" #: src/lang.ts:111 msgid "Tuesday" -msgstr "" +msgstr "Salı" #: src/lang.ts:111 msgid "Wednesday" -msgstr "" +msgstr "Çarşamba" #: src/lang.ts:112 msgid "Friday" -msgstr "" +msgstr "Cuma" #: src/lang.ts:112 msgid "Saturday" -msgstr "" +msgstr "Cumartesi" #: src/lang.ts:112 msgid "Thursday" -msgstr "" +msgstr "Perşembe" #: src/location.ts:82 #, javascript-format @@ -154,7 +154,7 @@ msgstr "GitHub Deposu" #: src/preferences/aboutPage.ts:61 msgid "Support Me" -msgstr "" +msgstr "Beni Destekle" #: src/preferences/aboutPage.ts:68 msgid "SimpleWeather Version" @@ -166,66 +166,66 @@ msgstr "Bilinmiyor" #: src/preferences/aboutPage.ts:79 msgid "Copy" -msgstr "" +msgstr "Kopyala" #: src/preferences/aboutPage.ts:102 msgid "Copied settings JSON to clipboard." -msgstr "" +msgstr "Ayarlar JSON'u panoya kopyalandı." #: src/preferences/aboutPage.ts:116 #, javascript-format msgid "Contributions and translations are welcome! Read how on %s." -msgstr "" +msgstr "Katkı ve çeviriler memnuniyetle karşılanır! Detaylar için %s." #: src/preferences/aboutPage.ts:119 #, javascript-format msgid "If you like this extension, consider starring it on %s." -msgstr "" +msgstr "Eklentiyi beğendiyseniz, %s üzerinden yıldızlamayı düşünebilirsiniz." #: src/preferences/aboutPage.ts:122 msgid "here" -msgstr "" +msgstr "burada" #: src/preferences/aboutPage.ts:124 #, javascript-format msgid "Report bugs or request new features %s." -msgstr "" +msgstr "Hata bildirmek veya yeni özellik önermek için %s." #: src/preferences/aboutPage.ts:138 msgid "Credits" -msgstr "" +msgstr "Katkıda Bulunanlar" #: src/preferences/detailsPage.ts:68 msgid "Details" -msgstr "" +msgstr "Ayrıntılar" #: src/preferences/detailsPage.ts:74 msgid "Pop-Up" -msgstr "" +msgstr "Açılır Pencere" #: src/preferences/detailsPage.ts:75 msgid "Drag-and-drop from bottom to configure the pop-up" -msgstr "" +msgstr "Açılır pencereyi yapılandırmak için alttan sürükleyip bırakın" #: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 msgid "Panel" -msgstr "" +msgstr "Panel" #: src/preferences/detailsPage.ts:176 msgid "None" -msgstr "" +msgstr "Yok" #: src/preferences/detailsPage.ts:188 msgid "Panel Detail" -msgstr "" +msgstr "Panel Ayrıntısı" #: src/preferences/detailsPage.ts:206 msgid "Secondary Panel Detail" -msgstr "" +msgstr "İkincil Panel Ayrıntısı" #: src/preferences/detailsPage.ts:218 msgid "Show Condition Icon" -msgstr "" +msgstr "Durum Simgesini Göster" #: src/preferences/detailsPage.ts:228 msgid "Show Sunrise/Sunset" @@ -290,11 +290,11 @@ msgstr "ABD" #: src/preferences/generalPage.ts:61 msgid "Fahrenheit" -msgstr "" +msgstr "Fahrenheit" #: src/preferences/generalPage.ts:62 msgid "Celsius" -msgstr "" +msgstr "Celcius" #: src/preferences/generalPage.ts:78 msgid "Speed" @@ -374,39 +374,39 @@ msgstr "Paneli ve açılır pencereyi yapılandırın" #: src/preferences/generalPage.ts:246 msgid "Light" -msgstr "" +msgstr "Açık" #: src/preferences/generalPage.ts:247 msgid "Afterdark" -msgstr "" +msgstr "Gece" #: src/preferences/generalPage.ts:248 msgid "Immersive" -msgstr "" +msgstr "Dinamik" #: src/preferences/generalPage.ts:251 msgid "Theme" -msgstr "" +msgstr "Tema" #: src/preferences/generalPage.ts:261 msgid "Center" -msgstr "" +msgstr "Orta" #: src/preferences/generalPage.ts:261 msgid "Left" -msgstr "" +msgstr "Sol" #: src/preferences/generalPage.ts:261 msgid "Right" -msgstr "" +msgstr "Sağ" #: src/preferences/generalPage.ts:264 msgid "Side of Panel" -msgstr "" +msgstr "Panel Konumu" #: src/preferences/generalPage.ts:274 msgid "Order in Panel" -msgstr "" +msgstr "Paneldeki Sıralama" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" @@ -431,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" @@ -501,36 +501,36 @@ msgstr "GitHub'ı Aç" #: src/weather.ts:103 msgid "Clear" -msgstr "" +msgstr "Açık" #: src/weather.ts:103 msgid "Sunny" -msgstr "" +msgstr "Güneşli" #: src/weather.ts:105 msgid "Cloudy" -msgstr "" +msgstr "Bulutlu" #: src/weather.ts:107 msgid "Rainy" -msgstr "" +msgstr "Yağmurlu" #: src/weather.ts:109 msgid "Snowy" -msgstr "" +msgstr "Karlı" #: src/weather.ts:111 msgid "Stormy" -msgstr "" +msgstr "Fırtınalı" #: src/weather.ts:113 msgid "Windy" -msgstr "" +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 @@ -543,7 +543,7 @@ 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" From 87df5503ebca38ac2308d9e5b7fd3da4c802e31f Mon Sep 17 00:00:00 2001 From: Davide Murtas Date: Wed, 6 Aug 2025 17:04:52 +0200 Subject: [PATCH 21/38] transl(it): Update it.po (#24) --- po/it.po | 106 +++++++++++++++++++++++++++---------------------------- 1 file changed, 53 insertions(+), 53 deletions(-) diff --git a/po/it.po b/po/it.po index 18c438c..a9125b4 100644 --- a/po/it.po +++ b/po/it.po @@ -20,7 +20,7 @@ msgstr "" #: 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/details.ts:59 src/preferences/generalPage.ts:64 msgid "Temperature" @@ -32,7 +32,7 @@ msgstr "Condizione" #: src/details.ts:61 msgid "Feels Like" -msgstr "Mi Piace" +msgstr "Percepita" #: src/details.ts:62 msgid "Wind" @@ -44,11 +44,11 @@ msgstr "Umidità" #: src/details.ts:64 msgid "Gusts" -msgstr "Gusti" +msgstr "Raffiche" #: src/details.ts:65 msgid "UV High" -msgstr "UV Alto" +msgstr "Indice UV" #: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" @@ -68,11 +68,11 @@ msgstr "Tramonto" #: src/details.ts:70 msgid "Cloud Cover" -msgstr "Copertina Cloud" +msgstr "Copertura nuvolosa" #: src/details.ts:75 src/popup.ts:409 msgid "Invalid" -msgstr "Non Valido" +msgstr "Non valido" #: src/lang.ts:108 src/popup.ts:57 msgid "Today" @@ -128,7 +128,7 @@ msgstr "%f°O" #: src/popup.ts:143 msgid "Weather Data" -msgstr "Dati Meteo" +msgstr "Dati meteo" #: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" @@ -137,12 +137,12 @@ msgstr "Impostazioni" #: src/popup.ts:383 #, javascript-format msgid "H: %s" -msgstr "H: %s" +msgstr "Max: %s" #: src/popup.ts:384 #, javascript-format msgid "L: %s" -msgstr "L: %s" +msgstr "Min: %s" #: src/preferences/aboutPage.ts:48 msgid "About" @@ -150,7 +150,7 @@ msgstr "Informazioni" #: src/preferences/aboutPage.ts:59 msgid "GitHub Repository" -msgstr "GitHub Repository" +msgstr "Repository GitHub" #: src/preferences/aboutPage.ts:61 msgid "Support Me" @@ -158,7 +158,7 @@ msgstr "Supportami" #: src/preferences/aboutPage.ts:68 msgid "SimpleWeather Version" -msgstr "Versione SimpleWeather" +msgstr "Versione di SimpleWeather" #: src/preferences/aboutPage.ts:71 msgid "Unknown" @@ -170,7 +170,7 @@ msgstr "Copia" #: src/preferences/aboutPage.ts:102 msgid "Copied settings JSON to clipboard." -msgstr "Impostazioni copiate JSON negli appunti." +msgstr "JSON delle impostazioni copiato negli appunti." #: src/preferences/aboutPage.ts:116 #, javascript-format @@ -180,7 +180,7 @@ msgstr "Contributi e traduzioni sono benvenuti! Leggi come su %s." #: src/preferences/aboutPage.ts:119 #, javascript-format msgid "If you like this extension, consider starring it on %s." -msgstr "Se ti piace questa estensione, considera la protagonista su %s." +msgstr "Se ti piace questa estensione, valuta di darle una stella su %s." #: src/preferences/aboutPage.ts:122 msgid "here" @@ -217,19 +217,19 @@ msgstr "Nessuno" #: src/preferences/detailsPage.ts:188 msgid "Panel Detail" -msgstr "Dettaglio Pannello" +msgstr "Dettaglio del pannello" #: src/preferences/detailsPage.ts:206 msgid "Secondary Panel Detail" -msgstr "Dettaglio Pannello Secondario" +msgstr "Dettaglio del pannello secondario" #: src/preferences/detailsPage.ts:218 msgid "Show Condition Icon" -msgstr "Mostra Icona Condizione" +msgstr "Mostra icona delle condizioni" #: src/preferences/detailsPage.ts:228 msgid "Show Sunrise/Sunset" -msgstr "Mostra Sunrise/Sunset" +msgstr "Mostra alba/tramonto" #: src/preferences/editLocation.ts:33 #, javascript-format @@ -238,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" @@ -302,7 +302,7 @@ msgstr "Velocità" #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" -msgstr "Misurazione Della Pioggia" +msgstr "Misura della pioggia" #: src/preferences/generalPage.ts:120 msgid "Distance" @@ -314,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" @@ -322,19 +322,19 @@ 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:185 msgid "Online" @@ -350,11 +350,11 @@ msgstr "Disabilita" #: src/preferences/generalPage.ts:190 msgid "Provider" -msgstr "Provider" +msgstr "Fornitore" #: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" -msgstr "Intervallo Di Aggiornamento (Minuti)" +msgstr "Intervallo di aggiornamento (minuti)" #: src/preferences/generalPage.ts:220 msgid "Accessibility" @@ -362,11 +362,11 @@ msgstr "Accessibilità" #: 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:224 msgid "High Contrast" -msgstr "Alto Contrasto" +msgstr "Alto contrasto" #: src/preferences/generalPage.ts:236 msgid "Configure the panel and pop-up" @@ -402,15 +402,15 @@ msgstr "Destra" #: src/preferences/generalPage.ts:264 msgid "Side of Panel" -msgstr "Lato del pannello" +msgstr "Posizione sul pannello" #: src/preferences/generalPage.ts:274 msgid "Order in Panel" -msgstr "Ordina nel pannello" +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/search.ts:75 msgid "Add" @@ -418,20 +418,20 @@ 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" @@ -444,23 +444,23 @@ 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" @@ -468,7 +468,7 @@ msgstr "Cerca" #: src/preferences/search.ts:158 msgid "No Internet" -msgstr "Nessun Internet" +msgstr "Nessuna connessione ad Internet" #: src/preferences/search.ts:206 msgid "No results." @@ -485,11 +485,11 @@ msgid "SimpleWeather doesn't know how to handle your locale.\n" "Please consider submitting a bug report on GitHub." 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:77 msgid "Don't Show Again" -msgstr "Non Mostrare Di Nuovo" +msgstr "Non mostrare di nuovo" #: src/prefs.ts:77 msgid "Ignore" @@ -497,15 +497,15 @@ msgstr "Ignora" #: src/prefs.ts:77 msgid "Open GitHub" -msgstr "Open GitHub" +msgstr "Apri GitHub" #: src/weather.ts:103 msgid "Clear" -msgstr "Pulisci" +msgstr "Sereno" #: src/weather.ts:103 msgid "Sunny" -msgstr "Sunny" +msgstr "Soleggiato" #: src/weather.ts:105 msgid "Cloudy" @@ -513,19 +513,19 @@ msgstr "Nuvoloso" #: src/weather.ts:107 msgid "Rainy" -msgstr "Rainy" +msgstr "Pioggia" #: src/weather.ts:109 msgid "Snowy" -msgstr "Snowy" +msgstr "Neve" #: src/weather.ts:111 msgid "Stormy" -msgstr "Stormy" +msgstr "Temporale" #: src/weather.ts:113 msgid "Windy" -msgstr "Ventoso" +msgstr "Vento" #: src/welcome.ts:53 #, javascript-format @@ -539,9 +539,9 @@ msgid "%s occasionally connects to the selected weather service. By default, it " • %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, 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 From 3c9d30bbc2ed36b118215ec9f5f9a968dd0d08e7 Mon Sep 17 00:00:00 2001 From: Davide Murtas Date: Wed, 6 Aug 2025 17:05:49 +0200 Subject: [PATCH 22/38] fix(units): Fix cardinal points not being translated with gettext (#23) --- src/units.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/units.ts b/src/units.ts index be5097b..fe4b697 100644 --- a/src/units.ts +++ b/src/units.ts @@ -131,7 +131,7 @@ export class Direction implements Displayable { // 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" ]; - return map[point]; + return _g(map[point]); default: throw new UnitError("Direction unit invalid."); } From 5448ac3168a0f376a6dccbec4d63d84ed3061bce Mon Sep 17 00:00:00 2001 From: Davide Murtas Date: Sun, 10 Aug 2025 19:11:30 +0200 Subject: [PATCH 23/38] fix(units): Fix cardinal points strings not being picked up by xgettext (#29) --- src/units.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/units.ts b/src/units.ts index fe4b697..1cacb02 100644 --- a/src/units.ts +++ b/src/units.ts @@ -130,8 +130,8 @@ 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" ]; - return _g(map[point]); + 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."); } From 4dab4700e4c54ebf3d55b82d26cdce365cde2ef6 Mon Sep 17 00:00:00 2001 From: Davide Murtas Date: Mon, 11 Aug 2025 03:02:24 +0200 Subject: [PATCH 24/38] fix(Makefile): Add rule that updates PO files with new strings (#30) --- Makefile | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a8af7ea..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) @@ -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 From 34294561d059d983d021310dcb3cad8d0f6dc8bb Mon Sep 17 00:00:00 2001 From: Roman Lefler Date: Sun, 10 Aug 2025 20:03:10 -0500 Subject: [PATCH 25/38] impr(AUTHORS): Add missing credit to contributors --- AUTHORS | 5 +++++ CHANGELOG.md | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/AUTHORS b/AUTHORS index f089be7..60c0099 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,8 +1,13 @@ 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 +Italian (Italiano): Davide Murtas Turkish (Türkçe): Ahmet Ala diff --git a/CHANGELOG.md b/CHANGELOG.md index 78b44e5..71009c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,17 @@ ## 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) +- Italian (thanks Davide Murtas) +- Turkish (thanks Ahmet Ala) # v48.1.0 From a26a441624ab77d157dbe65e17a808f4dcd42843 Mon Sep 17 00:00:00 2001 From: Roman Lefler Date: Sun, 10 Aug 2025 22:52:34 -0500 Subject: [PATCH 26/38] internal(errors): More detailed error msg --- src/errors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } From a9672619dc100c95753c716529f53bbab16b5a3d Mon Sep 17 00:00:00 2001 From: Neo-29 <90937180+Neo-29@users.noreply.github.com> Date: Tue, 12 Aug 2025 17:04:56 +0200 Subject: [PATCH 27/38] transl(fr): Update French (#31) Adding missing lines for full translation of cardinal points --- po/fr.po | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/po/fr.po b/po/fr.po index aa353ae..f343f97 100644 --- a/po/fr.po +++ b/po/fr.po @@ -499,6 +499,21 @@ msgstr "Ignorer" msgid "Open GitHub" msgstr "Ouvrir GitHub" +#: src/units.ts:133 +#, javascript-format +msgid "W" +msgstr "O" + +#: src/units.ts:133 +#, javascript-format +msgid "SW" +msgstr "SO" + +#: src/units.ts:133 +#, javascript-format +msgid "NW" +msgstr "NO" + #: src/weather.ts:103 msgid "Clear" msgstr "Clair" From 65c820fbc0339f8d4f903bbd6d7212e725c95336 Mon Sep 17 00:00:00 2001 From: Davide Murtas Date: Wed, 13 Aug 2025 18:23:42 +0200 Subject: [PATCH 28/38] fix(aboutPage): Fix credits button string not being detected by xgettext --- src/preferences/aboutPage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] }), From 6c7e39024c2053e4f4c3b8c8cd8448811db7a96a Mon Sep 17 00:00:00 2001 From: Davide Murtas Date: Wed, 13 Aug 2025 18:25:27 +0200 Subject: [PATCH 29/38] transl(it): Update it.po Added missing translations for cardinal points and corrected some previous ones --- po/it.po | 65 ++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 52 insertions(+), 13 deletions(-) diff --git a/po/it.po b/po/it.po index a9125b4..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-07-23 16:59-0500\n" +"POT-Creation-Date: 2025-08-11 14:10+0200\n" "PO-Revision-Date: 2025-07-23 22:06\n" -"Last-Translator: \n" +"Last-Translator: Davide Murtas\n" "Language-Team: Italian\n" "Language: it_IT\n" "MIME-Version: 1.0\n" @@ -221,7 +221,7 @@ msgstr "Dettaglio del pannello" #: src/preferences/detailsPage.ts:206 msgid "Secondary Panel Detail" -msgstr "Dettaglio del pannello secondario" +msgstr "Dettaglio secondario del pannello" #: src/preferences/detailsPage.ts:218 msgid "Show Condition Icon" @@ -254,7 +254,7 @@ msgstr "Salva" #: src/preferences/editLocation.ts:94 msgid "Name is required." -msgstr "Il nome è richiesto." +msgstr "È richiesto un nome." #: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." @@ -278,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" @@ -480,10 +480,12 @@ msgstr "Nessuna informazione sul copyright disponibile." #: 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 consideri la possibilità di inviare una segnalazione di bug su GitHub." @@ -499,6 +501,38 @@ msgstr "Ignora" msgid "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" @@ -534,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, 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" +" • %s, per la ricerca di località per nome\n" +"\n" #: src/welcome.ts:83 #, javascript-format @@ -551,4 +591,3 @@ msgstr "Grazie per aver installato %s!" #: src/welcome.ts:99 msgid "Abort" msgstr "Interrompi" - From a30f42548965cf03c18eff042f9e8947925304c6 Mon Sep 17 00:00:00 2001 From: Davide Murtas Date: Wed, 13 Aug 2025 18:32:24 +0200 Subject: [PATCH 30/38] transl(fr): Update fr.po Added missing translation --- po/fr.po | 59 ++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 42 insertions(+), 17 deletions(-) diff --git a/po/fr.po b/po/fr.po index f343f97..8419b59 100644 --- a/po/fr.po +++ b/po/fr.po @@ -2,7 +2,7 @@ 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" +"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" @@ -175,7 +175,8 @@ msgstr "Paramètres JSON copiés dans le presse-papiers." #: src/preferences/aboutPage.ts:116 #, javascript-format msgid "Contributions and translations are welcome! Read how on %s." -msgstr "Les contributions et traductions sont les bienvenues ! Lisez comment sur %s." +msgstr "" +"Les contributions et traductions sont les bienvenues ! Lisez comment sur %s." #: src/preferences/aboutPage.ts:119 #, javascript-format @@ -480,10 +481,12 @@ msgstr "Aucune information sur les droits d'auteur n'est disponible." #: 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 langue.\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." @@ -500,20 +503,37 @@ msgid "Open GitHub" msgstr "Ouvrir GitHub" #: src/units.ts:133 -#, javascript-format -msgid "W" -msgstr "O" +msgid "E" +msgstr "E" #: src/units.ts:133 -#, javascript-format -msgid "SW" -msgstr "SO" +msgid "N" +msgstr "N" + +#: src/units.ts:133 +msgid "NE" +msgstr "NE" #: src/units.ts:133 -#, javascript-format 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" @@ -528,7 +548,7 @@ msgstr "Nuageux" #: src/weather.ts:107 msgid "Rainy" -msgstr "Rainy" +msgstr "Il pleut" #: src/weather.ts:109 msgid "Snowy" @@ -549,14 +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" -msgstr "%s se connecte occasionnellement au serveur météo choisi. Par défaut, Internet est utilisé pour se connecter à:\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" +" • %s, pour trouver un endroit par noms\n" +"\n" #: src/welcome.ts:83 #, javascript-format @@ -566,4 +592,3 @@ msgstr "Merci d'avoir installé %s!" #: src/welcome.ts:99 msgid "Abort" msgstr "Abandonner" - From 66960d5fcfbe777ad5cdbd11764352ba1e3896e8 Mon Sep 17 00:00:00 2001 From: Davide Murtas Date: Wed, 13 Aug 2025 18:34:56 +0200 Subject: [PATCH 31/38] transl(es_ES): Update es_ES.po Improved and completed the Spanish translation --- po/es_ES.po | 166 ++++++++++++++++++++++++++++++++-------------------- 1 file changed, 103 insertions(+), 63 deletions(-) diff --git a/po/es_ES.po b/po/es_ES.po index d0e7f33..a8b8ad0 100644 --- a/po/es_ES.po +++ b/po/es_ES.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-07-23 16:59-0500\n" -"PO-Revision-Date: 2025-07-23 22:06\n" -"Last-Translator: \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" @@ -16,6 +16,7 @@ msgstr "" "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 @@ -32,7 +33,7 @@ msgstr "Condición" #: src/details.ts:61 msgid "Feels Like" -msgstr "Sentirse como" +msgstr "Sensación" #: src/details.ts:62 msgid "Wind" @@ -44,11 +45,11 @@ msgstr "Humedad" #: src/details.ts:64 msgid "Gusts" -msgstr "Gustos" +msgstr "Ráfagas" #: src/details.ts:65 msgid "UV High" -msgstr "UV alto" +msgstr "Índice UV" #: src/details.ts:66 src/preferences/generalPage.ts:92 msgid "Pressure" @@ -56,19 +57,19 @@ msgstr "Presión" #: src/details.ts:67 msgid "Precipitation" -msgstr "Precipitación" +msgstr "Precipitaciones" #: src/details.ts:68 msgid "Sunrise" -msgstr "Aislamiento" +msgstr "Amanecer" #: src/details.ts:69 msgid "Sunset" -msgstr "Aislamiento" +msgstr "Puesta de sol" #: src/details.ts:70 msgid "Cloud Cover" -msgstr "Carátula de la nube" +msgstr "Cobertura nubosa" #: src/details.ts:75 src/popup.ts:409 msgid "Invalid" @@ -124,7 +125,7 @@ msgstr "%f°E" #: src/location.ts:83 #, javascript-format msgid "%f°W" -msgstr "%f°W" +msgstr "%f°O" #: src/popup.ts:143 msgid "Weather Data" @@ -137,12 +138,12 @@ msgstr "Ajustes" #: src/popup.ts:383 #, javascript-format msgid "H: %s" -msgstr "H: %s" +msgstr "Máx: %s" #: src/popup.ts:384 #, javascript-format msgid "L: %s" -msgstr "L: %s" +msgstr "Mín: %s" #: src/preferences/aboutPage.ts:48 msgid "About" @@ -150,15 +151,15 @@ msgstr "Acerca de" #: src/preferences/aboutPage.ts:59 msgid "GitHub Repository" -msgstr "GitHub Repository" +msgstr "Repositorio GitHub" #: src/preferences/aboutPage.ts:61 msgid "Support Me" -msgstr "Sígueme" +msgstr "Apóyeme" #: src/preferences/aboutPage.ts:68 msgid "SimpleWeather Version" -msgstr "Versión de simpleWeather" +msgstr "Versión de SimpleWeather" #: src/preferences/aboutPage.ts:71 msgid "Unknown" @@ -180,20 +181,20 @@ 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 te gusta esta extensión, considera destacarla en %s." +msgstr "Si le gusta esta extensión, considere guardarla con una estrella en %s." #: src/preferences/aboutPage.ts:122 msgid "here" -msgstr "aqui" +msgstr "aquí" #: src/preferences/aboutPage.ts:124 #, javascript-format msgid "Report bugs or request new features %s." -msgstr "Informar errores o solicitar nuevas características %s." +msgstr "Informe de errores o solicite nuevas características %s." #: src/preferences/aboutPage.ts:138 msgid "Credits" -msgstr "Crédito" +msgstr "Créditos" #: src/preferences/detailsPage.ts:68 msgid "Details" @@ -201,11 +202,11 @@ msgstr "Detalles" #: src/preferences/detailsPage.ts:74 msgid "Pop-Up" -msgstr "Arriba" +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 el 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" @@ -213,15 +214,15 @@ msgstr "Panel" #: src/preferences/detailsPage.ts:176 msgid "None" -msgstr "Ninguna" +msgstr "Ninguno" #: src/preferences/detailsPage.ts:188 msgid "Panel Detail" -msgstr "Detalle del Panel" +msgstr "Detalle del panel" #: src/preferences/detailsPage.ts:206 msgid "Secondary Panel Detail" -msgstr "Detalle del Panel Secundario" +msgstr "Detalle secundario del panel" #: src/preferences/detailsPage.ts:218 msgid "Show Condition Icon" @@ -229,12 +230,12 @@ msgstr "Mostrar icono de condición" #: src/preferences/detailsPage.ts:228 msgid "Show Sunrise/Sunset" -msgstr "Mostrar Sunrise/Sunset" +msgstr "Mostrar amanecer/puesta de sol" #: src/preferences/editLocation.ts:33 #, javascript-format msgid "Edit %s" -msgstr "Editar %s" +msgstr "Modificar %s" #: src/preferences/editLocation.ts:33 msgid "New Location" @@ -258,7 +259,7 @@ msgstr "Se requiere un nombre." #: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." -msgstr "Entrada de coordenadas no válida." +msgstr "Entrada de coordenadas inválida." #: src/preferences/generalPage.ts:38 msgid "General" @@ -278,15 +279,15 @@ msgstr "Personalizado" #: src/preferences/generalPage.ts:48 msgid "Metric" -msgstr "Métrica" +msgstr "Métricas" #: src/preferences/generalPage.ts:48 msgid "UK" -msgstr "Reino Unido" +msgstr "Imperiales" #: src/preferences/generalPage.ts:48 msgid "US" -msgstr "SUS" +msgstr "EE. UU." #: src/preferences/generalPage.ts:61 msgid "Fahrenheit" @@ -326,11 +327,11 @@ msgstr "Servicio meteorológico" #: src/preferences/generalPage.ts:160 msgid "Configure how the weather is attained" -msgstr "Configurar cómo se alcanza el clima" +msgstr "Configurar el proveedor del tiempo" #: src/preferences/generalPage.ts:167 msgid "Weather Provider" -msgstr "Proveedor de tiempo" +msgstr "Proveedor del tiempo" #: src/preferences/generalPage.ts:180 msgid "Configure how your location is found" @@ -366,11 +367,11 @@ msgstr "Configurar características de accesibilidad" #: src/preferences/generalPage.ts:224 msgid "High Contrast" -msgstr "Alto contrato" +msgstr "Alto contraste" #: src/preferences/generalPage.ts:236 msgid "Configure the panel and pop-up" -msgstr "Configurar el panel y emerger" +msgstr "Configurar el panel y la ventana emergente" #: src/preferences/generalPage.ts:246 msgid "Light" @@ -378,7 +379,7 @@ msgstr "Claro" #: src/preferences/generalPage.ts:247 msgid "Afterdark" -msgstr "Después de oscuro" +msgstr "Afterdark" #: src/preferences/generalPage.ts:248 msgid "Immersive" @@ -390,11 +391,11 @@ msgstr "Tema" #: src/preferences/generalPage.ts:261 msgid "Center" -msgstr "Centrar" +msgstr "Centro" #: src/preferences/generalPage.ts:261 msgid "Left" -msgstr "Queda" +msgstr "Izquierda" #: src/preferences/generalPage.ts:261 msgid "Right" @@ -402,11 +403,11 @@ msgstr "Derecha" #: src/preferences/generalPage.ts:264 msgid "Side of Panel" -msgstr "Lado del Panel" +msgstr "Posición en el panel" #: src/preferences/generalPage.ts:274 msgid "Order in Panel" -msgstr "Pedido en Panel" +msgstr "Orden en el panel" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" @@ -418,7 +419,7 @@ msgstr "Añadir" #: src/preferences/locationsPage.ts:97 msgid "Move Up" -msgstr "Subir" +msgstr "Mover arriba" #: src/preferences/locationsPage.ts:112 msgid "Move Down" @@ -431,7 +432,7 @@ msgstr "Añadir aquí" #: src/preferences/locationsPage.ts:193 #, javascript-format msgid "Are you sure you want delete %s?" -msgstr "¿Está seguro que desea eliminar %s?" +msgstr "¿Confirma que desea eliminar %s?" #: src/preferences/locationsPage.ts:194 msgid "Cancel" @@ -452,7 +453,7 @@ msgstr "Error interno" #: src/preferences/locationsPage.ts:261 msgid "Something else edited the locations." -msgstr "Algo más editó las ubicaciones." +msgstr "Otra cosa modificó las ubicaciones." #: src/preferences/search.ts:45 msgid "Search Location" @@ -460,7 +461,7 @@ msgstr "Buscar ubicación" #: src/preferences/search.ts:54 msgid "City, Neighborhood, etc." -msgstr "Ciudad, Neighborhood, etc." +msgstr "Ciudad, barrio, etc." #: src/preferences/search.ts:59 msgid "Search" @@ -468,22 +469,24 @@ msgstr "Buscar" #: src/preferences/search.ts:158 msgid "No Internet" -msgstr "Sin Internet" +msgstr "Sin conexión a Internet" #: src/preferences/search.ts:206 msgid "No results." -msgstr "Sin resultados." +msgstr "No hay resultados." #: src/preferences/search.ts:211 msgid "No copyright information available." -msgstr "No hay información de derechos de autor disponible." +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" +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" +msgstr "" +"SimpleWeather no sabe cómo manejar su locale.\n" "\tError - %s\n" "Por favor, considere enviar un informe de error en GitHub." @@ -497,15 +500,47 @@ msgstr "Ignorar" #: src/prefs.ts:77 msgid "Open GitHub" -msgstr "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 "Claro" +msgstr "Despejado" #: src/weather.ts:103 msgid "Sunny" -msgstr "Sunny" +msgstr "Soleado" #: src/weather.ts:105 msgid "Cloudy" @@ -513,15 +548,15 @@ msgstr "Nublado" #: src/weather.ts:107 msgid "Rainy" -msgstr "Rainy" +msgstr "Lluvia" #: src/weather.ts:109 msgid "Snowy" -msgstr "Snowy" +msgstr "Nieve" #: src/weather.ts:111 msgid "Stormy" -msgstr "Stormy" +msgstr "Tormenta" #: src/weather.ts:113 msgid "Windy" @@ -534,21 +569,26 @@ 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" +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, 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, opcional para resolver la ubicación actual\n" -" • %s, para buscar ubicaciones por nombre\n\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 instalar %s!" +msgstr "¡Gracias por haber instalado %s!" #: src/welcome.ts:99 msgid "Abort" -msgstr "Abordar" - +msgstr "Cancelar" From 0d3fd4c9552ad0ec5ecb72a920403b912d9982a5 Mon Sep 17 00:00:00 2001 From: Davide Murtas Date: Sat, 16 Aug 2025 17:56:10 +0200 Subject: [PATCH 32/38] Update fr.po Corrected some translations after a review --- po/fr.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/po/fr.po b/po/fr.po index 8419b59..b76c302 100644 --- a/po/fr.po +++ b/po/fr.po @@ -114,12 +114,12 @@ msgstr "%f°N" #: src/location.ts:82 #, javascript-format msgid "%f°S" -msgstr "" +msgstr "%f°S" #: src/location.ts:83 #, javascript-format msgid "%f°E" -msgstr "" +msgstr "%f°E" #: src/location.ts:83 #, javascript-format @@ -548,11 +548,11 @@ msgstr "Nuageux" #: src/weather.ts:107 msgid "Rainy" -msgstr "Il pleut" +msgstr "Pluvieux" #: src/weather.ts:109 msgid "Snowy" -msgstr "Il neige" +msgstr "Neigeux" #: src/weather.ts:111 msgid "Stormy" From c01e0c4fca9f10fe808d4227a96acf5c9b473604 Mon Sep 17 00:00:00 2001 From: Neo-29 <90937180+Neo-29@users.noreply.github.com> Date: Sun, 17 Aug 2025 01:22:27 +0200 Subject: [PATCH 33/38] transl(fr): Update (#34) Minor grammatical ajustments --- po/fr.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/fr.po b/po/fr.po index b76c302..512249c 100644 --- a/po/fr.po +++ b/po/fr.po @@ -190,7 +190,7 @@ msgstr "ici" #: src/preferences/aboutPage.ts:124 #, javascript-format msgid "Report bugs or request new features %s." -msgstr "Signaler des bugs ou demander de nouvelles fonctionnalités %s." +msgstr "Signalez des bugs ou demandez de nouvelles fonctionnalités %s." #: src/preferences/aboutPage.ts:138 msgid "Credits" From e0a499f6da0673e6ef4b8430f660199b77a5c911 Mon Sep 17 00:00:00 2001 From: Roman Lefler Date: Sun, 17 Aug 2025 20:09:37 -0500 Subject: [PATCH 34/38] feat(detail/popup): Option to show sun event as a countdown and also a countdown detail (complete #33) --- ...hell.extensions.simple-weather.gschema.xml | 5 +++ src/config.ts | 13 ++++++++ src/details.ts | 4 ++- src/extension.ts | 7 +++- src/preferences/detailsPage.ts | 32 ++++++++++++++++--- src/providers/openmeteo.ts | 5 +-- src/units.ts | 17 ++++++++++ src/weather.ts | 4 ++- 8 files changed, 78 insertions(+), 9 deletions(-) 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 065a701..0afa9aa 100644 --- a/src/details.ts +++ b/src/details.ts @@ -33,7 +33,8 @@ export enum Details { PRECIPITATION = "precipitation", SUNRISE = "sunrise", SUNSET = "sunset", - CLOUD_COVER = "cloudCover" + CLOUD_COVER = "cloudCover", + SUN_EVENT_COUNTDOWN = "sunEventCountdown" } /** @@ -68,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, 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/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 1cacb02..9331369 100644 --- a/src/units.ts +++ b/src/units.ts @@ -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 ef0b407..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 { From bccfba2aa481d7632e355b19e8f82da7701e4660 Mon Sep 17 00:00:00 2001 From: Fakhrul Rijal Date: Tue, 26 Aug 2025 05:47:35 +0800 Subject: [PATCH 35/38] transl(id): Create (#38) .mo binary file will be deleted --- po/id.mo | Bin 0 -> 7303 bytes po/id.po | 560 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 560 insertions(+) create mode 100644 po/id.mo create mode 100644 po/id.po diff --git a/po/id.mo b/po/id.mo new file mode 100644 index 0000000000000000000000000000000000000000..c92c6a53f4bd744da598cedc6f9bd2bb125c45a6 GIT binary patch literal 7303 zcmZ{odyHJyUB^$G(2z}O`lf|Kk5fOA+Ox5phn-CmdmpxUvtE1g?An2(q-SQ%&Rox( zdnfnd?IfiQqC%)3P(=}?qEu>W`Ui@HNvy~7^)li{SAU@x7 z&#c!*jQqQwd(J)2-}(K1=ePdaD{uT2!|y5N4U!v;c}Dzx9{j#IW6bx#zl!{Fy@VR)325QF;Xe3LxEKC8{89K^jf z6U)CF%b$Xp_p`D51*m=fEqpor2Y3WN7r)>3GGksv`OOd&nFk|Rpyt_tn)ea-3fP6( zZyot0WGM5~Q1ko}JO-jR|pZNxlSHkC@#=YTIV}1zU0yXY_sQn&_n$KEHt&w#-wWSF`Gc|i$58D*4>kU?vHmMi>-`s~ zbv+L?&I?fOZbF&b_sgL6{f5YWkbh>Dhx(m>+TSU70KP5O{~T1mUxb?fSE0uJb;uOv zBk;BGcc9w+8Pqv_De~W-=Kmgi4ZNAnR`88b^S%%6g&&CJKZF|pPa^*!)_(~~e_x69 z-+;1%Z^rU>p!E6zl>fbi!_)Y0f?C%dv3wM2oa6At@MPp-tUnFa?_4ZzKQ$QDcj zweKgO&ig%3`+Fahem)G<|6{TI44h%2kH`8ycy;srGm)Q*{7d*9`uz>mdOwG#R0`!3Wvz8Cr8*Ei*xq58cX>bzbHwVwS@c6tv~ z|9PnOo{seoLrlf=;32pT)&Do4=J`bA??a9A>G=H%Q1g8aYW@EV)&AR1?fwgDpEu&< z;!C0Q`D&r+tkJPQ>U zz78LO&qK|-{=?0Ea}mm(-T_trvrzN>LgX()&HI5^{t(psPsj4dq0aS_a4-BURQqp1 zjrSi={_{N4xc?31|2GmW#G9bL&p`Ei71VjX4r<&3Q2ROxwVxHJc9$S7YaWG~=W(cU zwxQ;E3cd)QLo|+j=N@Dgc_&gJhY|hK2IdOX-rkJp?$uAa)jB)K79ySN*KT0m1r-OB zBkV_h0(l70PwUig4mpNsod=K+vVuH_oJRE9i`*C9ntUL>nxnkD9jTCu(@Jo_37U}6`tq9vmKt7%)Zj*-L5N> zJacI}vE4k&e77oXmD_6IZRt~rzGt_+qg+r?TuHiq)-FtJ&u_Uptq$3wvfD|T+Pd_i z*Gg9TBJ-6-i6inlH)HKTKJ{U1_mzjN%fNIryOkHy8Fn|y$5mKZ_+I!jPp>3dKTOfB zi^6A>P4li(qut#!TIpTU9jNuRMQJ+|o4JvnnKAR7yr}f7d3L+LER#->Ce_5u_j(e$ z>-y9z`m{{y5=sSTks%M+b3W-0 zm~oKjy+hVl-C47kvOb=9-Ls4N6*blS#4P4nFVTkdww3fXpWD4cyTwUR%N#om2KjbS z%Jh(u(z>d0N#=XkwPFv&jz%o)w(>gL-AIQ%c9~B(p`IP*<5oT1HAbB!7)QQkN8U*n zBlfA!RgrXREt{F?R~0TR({M0Uu!U`(cJqcvXOWR~*mKxNxn#(W<&nWe(@TP(cQEAp}3D)N!-6f0l@<`hR; zwbt_lb6CtrV^@~uv>RZX1D{mpw8tRq*<|R==_2X5i8v|x@HY)X3uL_xLwM(v*vAcY}O`r+Sr`KC&NSbSop_l4vwQf=eKvY z$?Y_#m~#p$<4K_@ZIa>bqhM*)UE$z$(sa%lsU$dIV(0SAoAX(UJDBrhpV>zB=6oS- zC7E59y_;Q6+t`p<=d4-mI);>tlPb)jQYq8tCBGttn+uLX)^<6BDkkQF-=gWDSvX3x zx348xjiKMcr!fJ@c51AgV5Lp_va%Ulp1ODNjtfDpZ8^O3*mfLUJ4CjKs~T#141icQ zX|^-nLOVK>3D%B9HPOYc(7LH>*IAL2{!WPJnKoOJgE#7EC!=xdFU8=0QP!h=*VOiM zU&^0`8U7SPQEmq~QyM~M6K*(@nVW;H*%mvSSttH+SzNW*x-&|G+gm5Kppu{=?6*0s zS<_~CR6rEL^096l%UcBkLWUf3C(hG!?1_ABylO-b0-SVLXPimgtQa<1kHa);sC80S zeq=WMXpDa3^Hi&DdHhtQqrC6G9b{2oRSN!nPh0!?hfY@iO7AwbEPr_4+w` z^zhMpT8EFfj^1sL+&y>Kv4e+?A3i*DmMGQQh(SLu=Im)V929kGFC>>S{I_fs;>rF9 z2c6|2c#s}hzjl4!+VE~PXHRAQG${u=)pIuKJ+`tmv$nE!>gtA$%pRV>gb8`fHW{;= ziU4@$IK|)Yx7~p&IMfF=H%_;XUu~yVZTX^gD(mLlH2pbyypvQ|U`-fqoyJDWIh&0` zv3%gj{kD01;PCx354RSJe49=!&PVFKPGA4GL2G4c&K|q(_+7^j@A^31>>QDESM}*6 zWed$Iwc;_IbFu~NK>=pyt=MSnBypw%~gVx&)M}{o?!2qy>}*Lb{pZjxhvOO zFyve0BtzFj^?DoBotihUlGIIHMn=}HUDsLO`?g2GOOwH@U7|k866=P%aNYO&br#;I z@z~Z`RS&Nj@S04I@tJu#MbkJ;v^!<%y28I?RQ$yF`2gM zC|N5>*XTx~=ScJxaI%y#ew}gm_s#sU^fB3UTvM*Bhx$ByvE&F$MRcuv>IU`<&#{>w zv*Up>8);`qx}qthjDZ{1CHp(k%(RpLFXQTpmR>;k}opWHCgT0ZS^X zx~j)^o@CN2P$#Y`M3;#evJN({$+i+g5{IyR_187&IC2?`$HjB(acFe9ex$3-qH6!2 zc1;$Du}rhTd9C2G&$y+zMf>#-2MX&A$scE=w%FBWKXOD)a^)UM>ya1^-5%SKX)%?O zzSU_i!Hq^hRmO*&vnJugUdE2e?U1yOSgsakHKcrIb(--N?y@52g54l`2O)-}Js8g5BJfHR1#YRY&I5wqqc7tHVdR9qWM;+IZ zE?w&C#>}wgp~oi=S>A#LbVxB9&kQ2q{Bl?G-?tg{#@Ku71KJ5YCt2huPVkR?5iZyx!Kqlw;A9f zIMr%i<~aBg2MZRMaC!=xMUCdPl3h7oG@EHv%=EBp&n7WH+><3s6HRcG8_6;4a($WF z<|#KvTYY=U4XfJTPDn_qJLp1IA%jyULjVr*i8J9fP?Bu|R#+f}`ex!<|YpF`*)?3}Z~6)1%i!CsTbg%w;) z^{Q|>9sY7soVzv_D-M#*1%qnRxi)#X_DisAHm(~3eedLMF1^ei$;ffB=7I^qULiDG zTxr-X5t4KCT|Y)?*qg7C!jLp`=O|h>`@m)5o|Xtf=sp-+bo{I7n>r8;t+Y5GEGe3g zh)j4Re;H-T9*%%4jvCx}UQ(DCwu1&Bn?B>Og#5Fdz#9v>P8`K;Q%e0HS sG+9zMkzLwoF0uOB(goL%7E+vp|2)thb\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" From 7ba5177c8bcb5b153ddbe54986f42e4972642fe8 Mon Sep 17 00:00:00 2001 From: Roman Lefler Date: Mon, 25 Aug 2025 16:48:27 -0500 Subject: [PATCH 36/38] chore(transl): Delete binary file from PR --- po/id.mo | Bin 7303 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 po/id.mo diff --git a/po/id.mo b/po/id.mo deleted file mode 100644 index c92c6a53f4bd744da598cedc6f9bd2bb125c45a6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7303 zcmZ{odyHJyUB^$G(2z}O`lf|Kk5fOA+Ox5phn-CmdmpxUvtE1g?An2(q-SQ%&Rox( zdnfnd?IfiQqC%)3P(=}?qEu>W`Ui@HNvy~7^)li{SAU@x7 z&#c!*jQqQwd(J)2-}(K1=ePdaD{uT2!|y5N4U!v;c}Dzx9{j#IW6bx#zl!{Fy@VR)325QF;Xe3LxEKC8{89K^jf z6U)CF%b$Xp_p`D51*m=fEqpor2Y3WN7r)>3GGksv`OOd&nFk|Rpyt_tn)ea-3fP6( zZyot0WGM5~Q1ko}JO-jR|pZNxlSHkC@#=YTIV}1zU0yXY_sQn&_n$KEHt&w#-wWSF`Gc|i$58D*4>kU?vHmMi>-`s~ zbv+L?&I?fOZbF&b_sgL6{f5YWkbh>Dhx(m>+TSU70KP5O{~T1mUxb?fSE0uJb;uOv zBk;BGcc9w+8Pqv_De~W-=Kmgi4ZNAnR`88b^S%%6g&&CJKZF|pPa^*!)_(~~e_x69 z-+;1%Z^rU>p!E6zl>fbi!_)Y0f?C%dv3wM2oa6At@MPp-tUnFa?_4ZzKQ$QDcj zweKgO&ig%3`+Fahem)G<|6{TI44h%2kH`8ycy;srGm)Q*{7d*9`uz>mdOwG#R0`!3Wvz8Cr8*Ei*xq58cX>bzbHwVwS@c6tv~ z|9PnOo{seoLrlf=;32pT)&Do4=J`bA??a9A>G=H%Q1g8aYW@EV)&AR1?fwgDpEu&< z;!C0Q`D&r+tkJPQ>U zz78LO&qK|-{=?0Ea}mm(-T_trvrzN>LgX()&HI5^{t(psPsj4dq0aS_a4-BURQqp1 zjrSi={_{N4xc?31|2GmW#G9bL&p`Ei71VjX4r<&3Q2ROxwVxHJc9$S7YaWG~=W(cU zwxQ;E3cd)QLo|+j=N@Dgc_&gJhY|hK2IdOX-rkJp?$uAa)jB)K79ySN*KT0m1r-OB zBkV_h0(l70PwUig4mpNsod=K+vVuH_oJRE9i`*C9ntUL>nxnkD9jTCu(@Jo_37U}6`tq9vmKt7%)Zj*-L5N> zJacI}vE4k&e77oXmD_6IZRt~rzGt_+qg+r?TuHiq)-FtJ&u_Uptq$3wvfD|T+Pd_i z*Gg9TBJ-6-i6inlH)HKTKJ{U1_mzjN%fNIryOkHy8Fn|y$5mKZ_+I!jPp>3dKTOfB zi^6A>P4li(qut#!TIpTU9jNuRMQJ+|o4JvnnKAR7yr}f7d3L+LER#->Ce_5u_j(e$ z>-y9z`m{{y5=sSTks%M+b3W-0 zm~oKjy+hVl-C47kvOb=9-Ls4N6*blS#4P4nFVTkdww3fXpWD4cyTwUR%N#om2KjbS z%Jh(u(z>d0N#=XkwPFv&jz%o)w(>gL-AIQ%c9~B(p`IP*<5oT1HAbB!7)QQkN8U*n zBlfA!RgrXREt{F?R~0TR({M0Uu!U`(cJqcvXOWR~*mKxNxn#(W<&nWe(@TP(cQEAp}3D)N!-6f0l@<`hR; zwbt_lb6CtrV^@~uv>RZX1D{mpw8tRq*<|R==_2X5i8v|x@HY)X3uL_xLwM(v*vAcY}O`r+Sr`KC&NSbSop_l4vwQf=eKvY z$?Y_#m~#p$<4K_@ZIa>bqhM*)UE$z$(sa%lsU$dIV(0SAoAX(UJDBrhpV>zB=6oS- zC7E59y_;Q6+t`p<=d4-mI);>tlPb)jQYq8tCBGttn+uLX)^<6BDkkQF-=gWDSvX3x zx348xjiKMcr!fJ@c51AgV5Lp_va%Ulp1ODNjtfDpZ8^O3*mfLUJ4CjKs~T#141icQ zX|^-nLOVK>3D%B9HPOYc(7LH>*IAL2{!WPJnKoOJgE#7EC!=xdFU8=0QP!h=*VOiM zU&^0`8U7SPQEmq~QyM~M6K*(@nVW;H*%mvSSttH+SzNW*x-&|G+gm5Kppu{=?6*0s zS<_~CR6rEL^096l%UcBkLWUf3C(hG!?1_ABylO-b0-SVLXPimgtQa<1kHa);sC80S zeq=WMXpDa3^Hi&DdHhtQqrC6G9b{2oRSN!nPh0!?hfY@iO7AwbEPr_4+w` z^zhMpT8EFfj^1sL+&y>Kv4e+?A3i*DmMGQQh(SLu=Im)V929kGFC>>S{I_fs;>rF9 z2c6|2c#s}hzjl4!+VE~PXHRAQG${u=)pIuKJ+`tmv$nE!>gtA$%pRV>gb8`fHW{;= ziU4@$IK|)Yx7~p&IMfF=H%_;XUu~yVZTX^gD(mLlH2pbyypvQ|U`-fqoyJDWIh&0` zv3%gj{kD01;PCx354RSJe49=!&PVFKPGA4GL2G4c&K|q(_+7^j@A^31>>QDESM}*6 zWed$Iwc;_IbFu~NK>=pyt=MSnBypw%~gVx&)M}{o?!2qy>}*Lb{pZjxhvOO zFyve0BtzFj^?DoBotihUlGIIHMn=}HUDsLO`?g2GOOwH@U7|k866=P%aNYO&br#;I z@z~Z`RS&Nj@S04I@tJu#MbkJ;v^!<%y28I?RQ$yF`2gM zC|N5>*XTx~=ScJxaI%y#ew}gm_s#sU^fB3UTvM*Bhx$ByvE&F$MRcuv>IU`<&#{>w zv*Up>8);`qx}qthjDZ{1CHp(k%(RpLFXQTpmR>;k}opWHCgT0ZS^X zx~j)^o@CN2P$#Y`M3;#evJN({$+i+g5{IyR_187&IC2?`$HjB(acFe9ex$3-qH6!2 zc1;$Du}rhTd9C2G&$y+zMf>#-2MX&A$scE=w%FBWKXOD)a^)UM>ya1^-5%SKX)%?O zzSU_i!Hq^hRmO*&vnJugUdE2e?U1yOSgsakHKcrIb(--N?y@52g54l`2O)-}Js8g5BJfHR1#YRY&I5wqqc7tHVdR9qWM;+IZ zE?w&C#>}wgp~oi=S>A#LbVxB9&kQ2q{Bl?G-?tg{#@Ku71KJ5YCt2huPVkR?5iZyx!Kqlw;A9f zIMr%i<~aBg2MZRMaC!=xMUCdPl3h7oG@EHv%=EBp&n7WH+><3s6HRcG8_6;4a($WF z<|#KvTYY=U4XfJTPDn_qJLp1IA%jyULjVr*i8J9fP?Bu|R#+f}`ex!<|YpF`*)?3}Z~6)1%i!CsTbg%w;) z^{Q|>9sY7soVzv_D-M#*1%qnRxi)#X_DisAHm(~3eedLMF1^ei$;ffB=7I^qULiDG zTxr-X5t4KCT|Y)?*qg7C!jLp`=O|h>`@m)5o|Xtf=sp-+bo{I7n>r8;t+Y5GEGe3g zh)j4Re;H-T9*%%4jvCx}UQ(DCwu1&Bn?B>Og#5Fdz#9v>P8`K;Q%e0HS sG+9zMkzLwoF0uOB(goL%7E+vp|2)thb Date: Mon, 25 Aug 2025 16:52:41 -0500 Subject: [PATCH 37/38] impr(AUTHORS): Update changelog and authors --- AUTHORS | 1 + CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/AUTHORS b/AUTHORS index 60c0099..84cfa7c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -8,6 +8,7 @@ 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 71009c9..4e868db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Development +## 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 @@ -13,6 +18,7 @@ - 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) From 2e2a6cec8683ed036898c01195642130bf00fd15 Mon Sep 17 00:00:00 2001 From: Roman Lefler Date: Mon, 25 Aug 2025 16:55:21 -0500 Subject: [PATCH 38/38] version(48.2.0): Bump to v48.2.0 --- CHANGELOG.md | 2 +- static/metadata.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e868db..5fddc81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -# Development +# v48.2.0 ## Features diff --git a/static/metadata.json b/static/metadata.json index 614519d..7a6660f 100644 --- a/static/metadata.json +++ b/static/metadata.json @@ -8,5 +8,5 @@ "shell-version": [ "46", "48" ], - "version-name": "48.2.0-dev" + "version-name": "48.2.0" }