From 3cbd1a5e864a6ca73dd8e357a5c5bdfde54c37ce Mon Sep 17 00:00:00 2001 From: 1e99 Date: Sun, 10 Nov 2024 17:14:32 +0100 Subject: [PATCH] add romanian language --- README.md | 4 ++++ static/index.html | 5 +++-- static/lang/ro.json | 25 +++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 static/lang/ro.json diff --git a/README.md b/README.md index e1db66c..e1c5393 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,7 @@ Configuration is done using environment variables. - `ram`: Passwords are stored in RAM. - `dir`: Passwords are stored in a directory. The directory is specified using `PASSED_STORE_DIR_PATH`, which defaults to `passwords`. PassED will **not** create the directory for you. - `PASSED_STORE_CLEAR_INTERVAL`: Time that should pass between clearing expired passwords in seconds, defaults to `30`. + +## Credits +- RoryBD +- Nexio diff --git a/static/index.html b/static/index.html index bc5c78a..33545df 100644 --- a/static/index.html +++ b/static/index.html @@ -30,11 +30,12 @@ diff --git a/static/lang/ro.json b/static/lang/ro.json new file mode 100644 index 0000000..5932dbe --- /dev/null +++ b/static/lang/ro.json @@ -0,0 +1,25 @@ +{ + "title": "PassED", + "source-code": "Sursă", + "language": "Limbă", + "language-en": "Engleză", + "language-de": "Germană", + "language-ro": "Română", + "enter-password": "Introduceți parolă", + "password": "Parolă", + "expires-in": "Expiră în", + "expires-in.1-hour": "O oră", + "expires-in.12-hours": "2 ore", + "expires-in.1-day": "O zi", + "expires-in.1-week": "O săptămână", + "expires-in.2-weeks": "2 săptămâni", + "generate-link": "Generați link", + "share-link": "Distribuți link", + "not-found": "Parola nu poate fi găsită", + "not-found-reason": "Parola cerută este posibil să fi expirat, fost folosită, sau să nu existe.", + "reveal-password": "Dezvăluiți parola", + "reveal-password-once": "Parola nu poate fi dezvăluită decât o dată", + "copy": "Copiază", + "close": "Inchide", + "ok": "OK" +}