From bf1b72f24b60ed4a4d4b435f759385f0667d4938 Mon Sep 17 00:00:00 2001 From: onseshigo Date: Sun, 1 Jun 2025 13:28:36 +0300 Subject: [PATCH] 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