Update Ukrainian translation for SMAPI

This commit is contained in:
ChulkyBow 2022-01-18 16:25:36 +02:00 committed by GitHub
parent 451b70953f
commit d8bbf3c441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +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}}"
"generic.date": "{{season}}, {{day}}-й день",
"generic.date-with-year": "{{season}}, {{day}}-й день, {{year}} рік"
}