Serbian translation (#267)

feat: add serbian (cyrillic and latin) translation.
This commit is contained in:
Nemanja Djurcic
2024-04-07 15:54:58 +02:00
committed by GitHub
parent 52da984875
commit 524719e58e
7 changed files with 552 additions and 46 deletions
+36
View File
@@ -0,0 +1,36 @@
let i18n = {
// Dashboard
error_reloading_subscription: "Грешка при освежавању претплате:",
error_fetching_image_results: "Грешка при преузимању резултата слика:",
subscription_deleted: "Претплата је избрисана",
error_deleting_subscription: "Грешка при брисању претплате",
failed_to_load_subscription: "Неуспешно учитавање претплате",
edit_subscription: "Уреди претплату",
add_subscription: "Додај претплату",
confirm_delete_subscription: "Да ли сте сигурни да желите да избришете ову претплату?",
// Settings
network_response_error: "Мрежни одговор није био у реду",
failed_add_member: "Неуспешно додавање члана",
member: "Члан",
email: "Е-пошта",
save_member: "Сачувај члана",
delete_member: "Избриши члана",
failed_remove_member: "Неуспешно уклањање члана",
failed_save_member: "Неуспешно чување члана",
failed_add_category: "Неуспешно додавање категорије",
category: "Категорија",
save_category: "Сачувај категорију",
delete_category: "Избриши категорију",
failed_remove_category: "Неуспешно уклањање категорије",
currency: "Валута",
currency_code: "Кôд валуте",
save_currency: "Сачувај валуту",
delete_currency: "Избриши валуту",
failed_remove_currency: "Неуспешно уклањање валуте",
failed_save_currency: "Неуспешно чување валуте",
cant_disable_payment_in_use: "Није могуће онемогућити плаћање у употреби",
failed_save_payment_method: "Неуспешно чување начина плаћања",
unknown_error: "Непозната грешка, молимо покушајте поново.",
error_saving_notification_data: "Грешка при чувању података о обавештењима",
error_sending_notification: "Грешка при слању обавештења",
}
+36
View File
@@ -0,0 +1,36 @@
let i18n = {
// Dashboard
error_reloading_subscription: "Greška pri osvežavanju pretplate:",
error_fetching_image_results: "Greška pri preuzimanju rezultata slika:",
subscription_deleted: "Pretplata je izbrisana",
error_deleting_subscription: "Greška pri brisanju pretplate",
failed_to_load_subscription: "Neuspešno učitavanje pretplate",
edit_subscription: "Uredi pretplatu",
add_subscription: "Dodaj pretplatu",
confirm_delete_subscription: "Da li ste sigurni da želite da izbrišete ovu pretplatu?",
// Settings
network_response_error: "Mrežni odgovor nije bio u redu",
failed_add_member: "Neuspešno dodavanje člana",
member: "Član",
email: "E-pošta",
save_member: "Sačuvaj člana",
delete_member: "Izbriši člana",
failed_remove_member: "Neuspešno uklanjanje člana",
failed_save_member: "Neuspešno čuvanje člana",
failed_add_category: "Neuspešno dodavanje kategorije",
category: "Kategorija",
save_category: "Sačuvaj kategoriju",
delete_category: "Izbriši kategoriju",
failed_remove_category: "Neuspešno uklanjanje kategorije",
currency: "Valuta",
currency_code: "Kôd valute",
save_currency: "Sačuvaj valutu",
delete_currency: "Izbriši valutu",
failed_remove_currency: "Neuspešno uklanjanje valute",
failed_save_currency: "Neuspešno čuvanje valute",
cant_disable_payment_in_use: "Nije moguće onemogućiti plaćanje u upotrebi",
failed_save_payment_method: "Neuspešno čuvanje načina plaćanja",
unknown_error: "Nepoznata greška, molimo pokušajte ponovo.",
error_saving_notification_data: "Greška pri čuvanju podataka o obaveštenjima",
error_sending_notification: "Greška pri slanju obaveštenja",
}