diff --git a/README.md b/README.md index 2d563432..ca977ec0 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,8 @@ account costs. Even small donations are very much appreciated. A big fat **Thank + + I'd also like to thank JetBrains for providing their awesome [IntelliJ IDEA](https://www.jetbrains.com/idea/) to me for free, and [DigitalOcean](https://m.do.co/c/442b929528db) (*referral link*) for supporting the project: diff --git a/web/public/static/langs/ro.json b/web/public/static/langs/ro.json new file mode 100644 index 00000000..394b9dd3 --- /dev/null +++ b/web/public/static/langs/ro.json @@ -0,0 +1,11 @@ +{ + "action_bar_show_menu": "Afișează meniu", + "action_bar_send_test_notification": "Trimite notificare de probă", + "action_bar_clear_notifications": "Șterge toate notificările", + "action_bar_settings": "Setări", + "action_bar_unsubscribe": "Dezabonare", + "action_bar_logo_alt": "logo-ul ntfy", + "action_bar_toggle_mute": "Oprire/activare notificări", + "message_bar_type_message": "Scrie un mesaj aici", + "message_bar_error_publishing": "Eroare la publicarea notificării" +}