summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-01-02 13:57:14 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-01-02 13:57:14 -0500
commit1fab386ab1ba6ae92ff934c3869f31a1660cf3b3 (patch)
treef8dd6263a2e0fa262f9a56fca264d07716ac2a48 /src
parent92f35837ad771090d96a759feb0d5d6d8c273b0e (diff)
downloadSMAPI-1fab386ab1ba6ae92ff934c3869f31a1660cf3b3.tar.gz
SMAPI-1fab386ab1ba6ae92ff934c3869f31a1660cf3b3.tar.bz2
SMAPI-1fab386ab1ba6ae92ff934c3869f31a1660cf3b3.zip
add Ukrainian translations (#823)
Diffstat (limited to 'src')
-rw-r--r--src/SMAPI.Mods.ErrorHandler/i18n/uk.json4
-rw-r--r--src/SMAPI/i18n/uk.json6
2 files changed, 10 insertions, 0 deletions
diff --git a/src/SMAPI.Mods.ErrorHandler/i18n/uk.json b/src/SMAPI.Mods.ErrorHandler/i18n/uk.json
new file mode 100644
index 00000000..a58102ab
--- /dev/null
+++ b/src/SMAPI.Mods.ErrorHandler/i18n/uk.json
@@ -0,0 +1,4 @@
+{
+ // warning messages
+ "warn.invalid-content-removed": "Недійсний вміст видалено, щоб запобігти аварійному завершенню роботи (Додаткову інформацію див. на консолі SMAPI)."
+}
diff --git a/src/SMAPI/i18n/uk.json b/src/SMAPI/i18n/uk.json
new file mode 100644
index 00000000..d84aabcf
--- /dev/null
+++ b/src/SMAPI/i18n/uk.json
@@ -0,0 +1,6 @@
+{
+ // short date format for SDate
+ // tokens: {{day}} (like 15), {{season}} (like Spring), {{seasonLowercase}} (like spring), {{year}} (like 2)
+ "generic.date": "{{season}} День {{day}}",
+ "generic.date-with-year": "{{season}} День {{day}}, Рік {{year}}"
+}