From 119a41cbe7195809437001a4bdc9e32b1b7043f3 Mon Sep 17 00:00:00 2001 From: Constantin Sarbu Date: Wed, 27 Dec 2023 17:07:15 +0100 Subject: [PATCH] Translated using Weblate (Romanian) Currently translated at 8.6% (18 of 207 strings) Added translation using Weblate (Romanian) Co-authored-by: Constantin Sarbu Translate-URL: https://hosted.weblate.org/projects/spoolman/web-client/ro/ Translation: Spoolman/Web Client --- client/public/locales/ro/common.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 client/public/locales/ro/common.json diff --git a/client/public/locales/ro/common.json b/client/public/locales/ro/common.json new file mode 100644 index 0000000..d6ed050 --- /dev/null +++ b/client/public/locales/ro/common.json @@ -0,0 +1,24 @@ +{ + "buttons": { + "create": "creeaza", + "save": "salveaza", + "show": "arata", + "filter": "filtreaza", + "cancel": "anuleaza", + "edit": "editeaza", + "confirm": "esti sigur?", + "delete": "sterge", + "undo": "inapoi", + "import": "importa", + "logout": "logout", + "saveAndAdd": "salveazaSiAdauga", + "clear": "sterge" + }, + "actions": { + "create": "creeaza", + "clone": "cloneaza", + "list": "listeaza", + "show": "arata", + "edit": "editeaza" + } +}