From 356946d8d31424105fef4fef30a9cd9bc1757e9d Mon Sep 17 00:00:00 2001 From: Ahti Nurme Date: Mon, 5 Aug 2024 16:49:27 +0200 Subject: [PATCH] Translated using Weblate (Estonian) Currently translated at 12.4% (32 of 258 strings) Added translation using Weblate (Estonian) Co-authored-by: Ahti Nurme Translate-URL: https://hosted.weblate.org/projects/spoolman/web-client/et/ Translation: Spoolman/Web Client --- client/public/locales/et/common.json | 40 ++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 client/public/locales/et/common.json diff --git a/client/public/locales/et/common.json b/client/public/locales/et/common.json new file mode 100644 index 0000000..1b796d6 --- /dev/null +++ b/client/public/locales/et/common.json @@ -0,0 +1,40 @@ +{ + "actions": { + "list": "Kuva", + "create": "Loo", + "edit": "Muuda", + "show": "Näita", + "clone": "Klooni" + }, + "buttons": { + "create": "Loo", + "save": "Salvesta", + "confirm": "Oled kindel?", + "clear": "Tühjenda", + "refresh": "Uuenda", + "show": "Näita", + "hideColumns": "Peida tulbad", + "clearFilters": "Tühjenda filtrid", + "edit": "Muuda", + "undo": "Võta tagasi", + "clone": "Klooni", + "archive": "Arhiveeri", + "notAccessTitle": "Sul pole õigusi sisenemiseks", + "saveAndAdd": "Salvesta ja Lisa", + "logout": "Logi välja", + "delete": "Kustuta", + "cancel": "Tühista", + "import": "Impordi", + "filter": "Filtreeri", + "unArchive": "Võta arhiivist tagasi", + "hideArchived": "Peida arhiveeritud", + "showArchived": "Näita arhiveeritud" + }, + "notifications": { + "error": "Viga (kood: {{statusCode}})", + "undoable": "Sul on {{seconds}} sekundit, et muudatus tagasi võtta.", + "success": "Õnnestunud", + "createSuccess": "Loodi {{resource}}" + }, + "warnWhenUnsavedChanges": "Oled sa kindel, et soovid lahkuda? Sul on salvestamata muudatusi." +}