Skip to content

Commit

Permalink
Merge pull request #2396 from misa1515/patch-20
Browse files Browse the repository at this point in the history
Update index.ts
  • Loading branch information
proddy authored Feb 7, 2025
2 parents 4a2f82f + 1fbd10d commit 799076d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions interface/src/i18n/sk/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,10 +347,10 @@ const sk: Translation = {
NO_DATA_1: 'Nenašli sa žiadne obľúbené entity EMS. Použite',
NO_DATA_2: 'modul na ich označenie.',
NO_DATA_3: 'Ak chcete zobraziť všetky dostupné entity, prejdite na',
FIRMWARE_VERSION: 'Firmware Version', // TODO translate
PLATFORM: 'Platform', // TODO translate
RELEASE_TYPE: 'Release Type', // TODO translate
REINSTALL: 'Re-install' // TODO translate
FIRMWARE_VERSION: 'Verzia firmware',
PLATFORM: 'Platforma',
RELEASE_TYPE: 'Typ vydania',
REINSTALL: 'Preinštalovať'
};

export default sk;

0 comments on commit 799076d

Please sign in to comment.