From d483185bb82cb3785c0e05cc28a229c10d0fa7c6 Mon Sep 17 00:00:00 2001 From: onseshigo Date: Sun, 1 Jun 2025 13:28:36 +0300 Subject: [PATCH 1/5] ru locale --- pollution-as-surface-property/locale/ru/strings.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pollution-as-surface-property/locale/ru/strings.cfg diff --git a/pollution-as-surface-property/locale/ru/strings.cfg b/pollution-as-surface-property/locale/ru/strings.cfg new file mode 100644 index 0000000..ca3a7e4 --- /dev/null +++ b/pollution-as-surface-property/locale/ru/strings.cfg @@ -0,0 +1,8 @@ +surface-condition-too-low=__1__ не подходит. +surface-condition-too-high=__1__ не подходит. + +[surface-property-name] +pollutant-type=Тип загрязнения + +[surface-property-unit] +pollutant-type=__plural_for_parameter__1__{1=Загрязнение|2=Споры|3=Шум|4=Радиация|5=Боль|rest=-}__ \ No newline at end of file From bf1b72f24b60ed4a4d4b435f759385f0667d4938 Mon Sep 17 00:00:00 2001 From: onseshigo Date: Sun, 1 Jun 2025 13:28:36 +0300 Subject: [PATCH 2/5] Add russian translation --- pollution-as-surface-property/changelog.txt | 5 +++++ pollution-as-surface-property/locale/ru/strings.cfg | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 pollution-as-surface-property/changelog.txt create mode 100644 pollution-as-surface-property/locale/ru/strings.cfg diff --git a/pollution-as-surface-property/changelog.txt b/pollution-as-surface-property/changelog.txt new file mode 100644 index 0000000..c22170c --- /dev/null +++ b/pollution-as-surface-property/changelog.txt @@ -0,0 +1,5 @@ +--------------------------------------------------------------------------------------------------- +Version: 1.0.2 +Date: 06.07.2025 + Changes: + - Add russian translation (thanks Onseshigo) diff --git a/pollution-as-surface-property/locale/ru/strings.cfg b/pollution-as-surface-property/locale/ru/strings.cfg new file mode 100644 index 0000000..ca3a7e4 --- /dev/null +++ b/pollution-as-surface-property/locale/ru/strings.cfg @@ -0,0 +1,8 @@ +surface-condition-too-low=__1__ не подходит. +surface-condition-too-high=__1__ не подходит. + +[surface-property-name] +pollutant-type=Тип загрязнения + +[surface-property-unit] +pollutant-type=__plural_for_parameter__1__{1=Загрязнение|2=Споры|3=Шум|4=Радиация|5=Боль|rest=-}__ \ No newline at end of file From 912dca8e2c56310a28cb23bf0393c13bb7b0239e Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Sun, 6 Jul 2025 20:30:54 +0200 Subject: [PATCH 3/5] 1.0.2 --- pollution-as-surface-property/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollution-as-surface-property/info.json b/pollution-as-surface-property/info.json index 096fa0b..4d7df39 100644 --- a/pollution-as-surface-property/info.json +++ b/pollution-as-surface-property/info.json @@ -1,6 +1,6 @@ { "name": "pollution-as-surface-property", - "version": "1.0.1", + "version": "1.0.2", "title": "Pollution as surface property", "description": "Planets list the pollutant type as surface property and you can use it for surface conditions.", "author": "cackling fiend", From b9b2f76b479fe1dba646153b1806b25ec74c77be Mon Sep 17 00:00:00 2001 From: Lucanoria Date: Mon, 7 Jul 2025 07:18:27 +0200 Subject: [PATCH 4/5] Added german translation --- pollution-as-surface-property/locale/de/strings.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pollution-as-surface-property/locale/de/strings.cfg diff --git a/pollution-as-surface-property/locale/de/strings.cfg b/pollution-as-surface-property/locale/de/strings.cfg new file mode 100644 index 0000000..49a32b1 --- /dev/null +++ b/pollution-as-surface-property/locale/de/strings.cfg @@ -0,0 +1,8 @@ +surface-condition-too-low=__1__ passt nicht. +surface-condition-too-high=__1__ passt nicht. + +[surface-property-name] +pollutant-type=Schadstoff-Art + +[surface-property-unit] +pollutant-type=__plural_for_parameter__1__{1=Umweltverschmutzung|2=Sporen|3=Lärm|4=Strahlung|5=Schmerz|rest=-}__ \ No newline at end of file From bf787b63e86a0041023a017fe5c79d5b69b8dcf7 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Mon, 7 Jul 2025 23:53:51 +0200 Subject: [PATCH 5/5] 1.0.3 --- pollution-as-surface-property/changelog.txt | 5 +++++ pollution-as-surface-property/info.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pollution-as-surface-property/changelog.txt b/pollution-as-surface-property/changelog.txt index c22170c..183b50d 100644 --- a/pollution-as-surface-property/changelog.txt +++ b/pollution-as-surface-property/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 1.0.3 +Date: 07.07.2025 + Changes: + - Add german translation (thanks Lucanoria) +--------------------------------------------------------------------------------------------------- Version: 1.0.2 Date: 06.07.2025 Changes: diff --git a/pollution-as-surface-property/info.json b/pollution-as-surface-property/info.json index 4d7df39..6a9e7b6 100644 --- a/pollution-as-surface-property/info.json +++ b/pollution-as-surface-property/info.json @@ -1,6 +1,6 @@ { "name": "pollution-as-surface-property", - "version": "1.0.2", + "version": "1.0.3", "title": "Pollution as surface property", "description": "Planets list the pollutant type as surface property and you can use it for surface conditions.", "author": "cackling fiend",