diff --git a/resources/lang/bs-BA/modules.php b/resources/lang/bs-BA/modules.php index 0d1f3e6eb..3aa4721c1 100644 --- a/resources/lang/bs-BA/modules.php +++ b/resources/lang/bs-BA/modules.php @@ -9,12 +9,23 @@ return [ 'new' => 'Novo', 'top_free' => 'Najbolje besplatno', 'free' => 'BESPLATNO', + 'monthly' => 'Mjesečno', + 'yearly' => 'Godišnje', + 'yearly_pricing' => 'Godišnje plaćanje', + 'monthly_price' => 'od :price', + 'per_month' => 'mjesečno', + 'billed_yearly' => 'Godišnja naplata', + 'billed_monthly' => 'Mjesečna naplata', + 'save_year' => 'Sačuvali ste :price godišnje!', + 'if_paid_year' => 'Ili :price/mjesečnoako platite godišnje', + 'information_monthly' => 'Ova opcija je dostupna samo u sklopu Cloud Servisa', 'install' => 'Instaliraj', 'buy_now' => 'Kupi odmah', 'get_api_key' => ' Kliknite ovdje da biste dobili svoj API ključ.', 'no_apps' => 'U ovoj kategoriji još nema aplikacija.', 'become_developer' => 'Jeste li programer? Ovdje možete naučiti kako stvoriti aplikaciju i započeti s prodajom već danas!', 'recommended_apps' => 'Preporučene aplikacije', + 'can_not_install' => 'Mjesečna pretplata je dostupna samo na Cloud servisima. Pročitaj više.', 'about' => 'O aplikaciji', diff --git a/resources/lang/bs-BA/recurring.php b/resources/lang/bs-BA/recurring.php index e5992d0ab..a36afc26d 100644 --- a/resources/lang/bs-BA/recurring.php +++ b/resources/lang/bs-BA/recurring.php @@ -3,6 +3,9 @@ return [ 'recurring' => 'Ponavljajuće', + 'interval' => 'Interval', + 'frequency' => 'Frekvencija', + 'count' => 'Broj', 'every' => 'Svakih', 'period' => 'Razdoblje', 'times' => 'Puta', @@ -16,5 +19,7 @@ return [ 'months' => 'Mjesec(i)', 'years' => 'Godine(a)', 'message' => 'Ovo je ponavljajući :type i sljedeći :type će automatski biti generiran :date', + 'message_parent' => 'Ovaj :type je automatski generisan ovdje :link', + 'tooltip' => 'Pored unapred definisanih perioda, moguće je prilagoditi i prilagođene periode u skladu sa zahtevima.
Savjet: Brojač mora biti postavljen na nulu da bi se ponavljao beskonačno.', ]; diff --git a/resources/lang/bs-BA/search_string.php b/resources/lang/bs-BA/search_string.php index 69c61aa49..98ceb09fd 100644 --- a/resources/lang/bs-BA/search_string.php +++ b/resources/lang/bs-BA/search_string.php @@ -15,6 +15,7 @@ return [ 'reconciled' => 'Usaglašeno', 'expense_account' => 'Sa računa', 'income_account' => 'Na račun', + 'recurring' => 'Ponavljajuće', ], ]; diff --git a/resources/lang/ca-ES/modules.php b/resources/lang/ca-ES/modules.php index 091713d72..afbecfd8f 100644 --- a/resources/lang/ca-ES/modules.php +++ b/resources/lang/ca-ES/modules.php @@ -9,12 +9,23 @@ return [ 'new' => 'Nou', 'top_free' => 'Gratuïts més populars', 'free' => 'GRATIS', + 'monthly' => 'Mensualment', + 'yearly' => 'Anualment', + 'yearly_pricing' => 'Preu anual', + 'monthly_price' => 'des de :price', + 'per_month' => 'al mes', + 'billed_yearly' => 'Facturat anualment', + 'billed_monthly' => 'Facturat mensualment', + 'save_year' => 'T\'estalvies :price a l\'any!', + 'if_paid_year' => 'O :price/mes si pagues anualment', + 'information_monthly' => 'Aquesta opció només està disponible per al Cloud Service', 'install' => 'Instal·la', 'buy_now' => 'Compra ara', 'get_api_key' => 'Prem aquí per obtenir la teva clau de l\'API.', 'no_apps' => 'Encara no hi ha cap App dins d\'aquesta categoria.', 'become_developer' => 'Ets desenvolupador? Aquí podràs aprendre com crear una App i començar-la a vendre de seguida!', 'recommended_apps' => 'Apps recomanades', + 'can_not_install' => 'Les subscripcions mensuals estan disponibles només al Cloud Service. Saber-ne més.', 'about' => 'Sobre', diff --git a/resources/lang/ca-ES/recurring.php b/resources/lang/ca-ES/recurring.php index 95faa625f..2c4ea6b88 100644 --- a/resources/lang/ca-ES/recurring.php +++ b/resources/lang/ca-ES/recurring.php @@ -3,6 +3,9 @@ return [ 'recurring' => 'Recurrent', + 'interval' => 'Interval', + 'frequency' => 'Freqüència', + 'count' => 'Recompte', 'every' => 'Cada', 'period' => 'Període', 'times' => 'Vegades', @@ -16,5 +19,7 @@ return [ 'months' => 'Mes(os)', 'years' => 'Any(s)', 'message' => 'Això és :type recurrent i el següent :type es generarà automàticament el :date', + 'message_parent' => 'Aquest/a :type s\'ha generat automàticament des de :link', + 'tooltip' => 'A més dels períodes predefinits, és possible ajustar els períodes personalitzats en funció dels requisits.
Consell: Cal establir el recompte a zero per repetir-se indefinidament.', ]; diff --git a/resources/lang/ca-ES/search_string.php b/resources/lang/ca-ES/search_string.php index 0355e570b..c648e5309 100644 --- a/resources/lang/ca-ES/search_string.php +++ b/resources/lang/ca-ES/search_string.php @@ -15,6 +15,7 @@ return [ 'reconciled' => 'Concilia', 'expense_account' => 'Compte origen', 'income_account' => 'Compte destí', + 'recurring' => 'Recurrent', ], ]; diff --git a/resources/lang/da-DK/modules.php b/resources/lang/da-DK/modules.php index 5c28896c1..c422abb04 100644 --- a/resources/lang/da-DK/modules.php +++ b/resources/lang/da-DK/modules.php @@ -9,12 +9,23 @@ return [ 'new' => 'Ny', 'top_free' => 'Top gratis', 'free' => 'GRATIS', + 'monthly' => 'Månedlig', + 'yearly' => 'Årlig', + 'yearly_pricing' => 'Årlig pris', + 'monthly_price' => 'fra :price', + 'per_month' => 'pr. måned', + 'billed_yearly' => 'Faktureret årligt', + 'billed_monthly' => 'Faktureret månedligt', + 'save_year' => 'Du sparer :price pr. år!', + 'if_paid_year' => 'Eller :price/mo hvis betalt årligt', + 'information_monthly' => 'Denne mulighed er kun tilgængelig for Cloud Service', 'install' => 'Installer', 'buy_now' => 'Køb nu', 'get_api_key' => 'Klik her for at få din API nøgle.', 'no_apps' => 'Der er ingen apps i denne kategori endnu.', 'become_developer' => 'Er du udvikler? Her kan du lære at udvikle en app og starte med at sælge i dag!', 'recommended_apps' => 'Anbefalede programmer', + 'can_not_install' => 'Månedlige abonnementer er kun tilgængelige på Cloud service. Læs mere.', 'about' => 'Om', diff --git a/resources/lang/da-DK/search_string.php b/resources/lang/da-DK/search_string.php index 2498bf324..35de148f0 100644 --- a/resources/lang/da-DK/search_string.php +++ b/resources/lang/da-DK/search_string.php @@ -15,6 +15,7 @@ return [ 'reconciled' => 'Afstemt', 'expense_account' => 'Fra konto', 'income_account' => 'Til konto', + 'recurring' => 'Gentagende', ], ]; diff --git a/resources/lang/de-DE/recurring.php b/resources/lang/de-DE/recurring.php index d5174b236..4bda08618 100644 --- a/resources/lang/de-DE/recurring.php +++ b/resources/lang/de-DE/recurring.php @@ -3,6 +3,9 @@ return [ 'recurring' => 'Wiederkehrend', + 'interval' => 'Intervall', + 'frequency' => 'Häufigkeit', + 'count' => 'Anzahl', 'every' => 'Jeden', 'period' => 'Zeitraum', 'times' => 'mal', @@ -16,5 +19,7 @@ return [ 'months' => 'Monat(e)', 'years' => 'Jahr(e)', 'message' => 'Dies ist ein(e) sich wiederholende :type und die/der nächste :type wird automatisch am :date erzeugt', + 'message_parent' => 'Dieser :type wurde automatisch von :link generiert', + 'tooltip' => 'Neben den vorgegebenen Zeiträumen können individuelle Zeiträume an die Anforderungen angepasst werden.
Tipp: Die Anzahl muss auf Null gesetzt werden, um unendlich wiederzukehren.', ]; diff --git a/resources/lang/de-DE/search_string.php b/resources/lang/de-DE/search_string.php index 147503e52..cadfed729 100644 --- a/resources/lang/de-DE/search_string.php +++ b/resources/lang/de-DE/search_string.php @@ -15,6 +15,7 @@ return [ 'reconciled' => 'Abgeglichen', 'expense_account' => 'Von Konto', 'income_account' => 'Auf Konto', + 'recurring' => 'Wiederkehrend', ], ]; diff --git a/resources/lang/el-GR/accounts.php b/resources/lang/el-GR/accounts.php index aefe53ae0..c3b0c99aa 100644 --- a/resources/lang/el-GR/accounts.php +++ b/resources/lang/el-GR/accounts.php @@ -10,5 +10,9 @@ return [ 'bank_phone' => 'Τηλέφωνο τράπεζας', 'bank_address' => 'Διεύθυνση τράπεζας', 'default_account' => 'Προεπιλεγμένος λογαριασμός', + 'incoming' => 'Έσοδα', + 'outgoing' => 'Έξοδα', + 'see_performance' => 'Δείτε την απόδοση', + 'create_report' => 'Εάν θέλετε να δείτε την απόδοση του λογαριασμού. Μπορείτε να δημιουργήσετε μία αναφορά Εσόδων/Εξόδων.', ]; diff --git a/resources/lang/en-AU/modules.php b/resources/lang/en-AU/modules.php index 8634a56d5..f6c10851a 100644 --- a/resources/lang/en-AU/modules.php +++ b/resources/lang/en-AU/modules.php @@ -9,12 +9,23 @@ return [ 'new' => 'New', 'top_free' => 'Top Free', 'free' => 'FREE', + 'monthly' => 'Monthly', + 'yearly' => 'Yearly', + 'yearly_pricing' => 'Yearly Pricing', + 'monthly_price' => 'from :price', + 'per_month' => 'per month', + 'billed_yearly' => 'Billed Yearly', + 'billed_monthly' => 'Billed Monthly', + 'save_year' => 'You save :price a year!', + 'if_paid_year' => 'Or :price/mo if paid yearly', + 'information_monthly' => 'This option is valid only for Cloud Service', 'install' => 'Install', 'buy_now' => 'Buy Now', 'get_api_key' => 'Click here to get your API key.', 'no_apps' => 'There are no apps in this category, yet.', 'become_developer' => 'Are you a developer? Here you can learn how to create an app and start selling today!', 'recommended_apps' => 'Recommended Apps', + 'can_not_install' => 'Monthly subscriptions are available only on Cloud service. Learn more.', 'about' => 'About', diff --git a/resources/lang/en-AU/recurring.php b/resources/lang/en-AU/recurring.php index 79fefa042..725e046e9 100644 --- a/resources/lang/en-AU/recurring.php +++ b/resources/lang/en-AU/recurring.php @@ -3,6 +3,9 @@ return [ 'recurring' => 'Recurring', + 'interval' => 'Interval', + 'frequency' => 'Frequency', + 'count' => 'Count', 'every' => 'Every', 'period' => 'Period', 'times' => 'Times', @@ -16,5 +19,7 @@ return [ 'months' => 'Month(s)', 'years' => 'Year(s)', 'message' => 'This is a recurring :type and the next :type will be automatically generated on :date', + 'message_parent' => 'This :type was automatically generated from :link', + 'tooltip' => 'Besides the predefined periods, possible to adjust customized periods regarding the requirements.
Tip: The count must be set to zero up to recur infinitely.', ]; diff --git a/resources/lang/en-AU/search_string.php b/resources/lang/en-AU/search_string.php index 05e9aef86..c6d1c313c 100644 --- a/resources/lang/en-AU/search_string.php +++ b/resources/lang/en-AU/search_string.php @@ -15,6 +15,7 @@ return [ 'reconciled' => 'Reconciled', 'expense_account' => 'From Account', 'income_account' => 'To Account', + 'recurring' => 'Recurring', ], ]; diff --git a/resources/lang/hi-IN/modules.php b/resources/lang/hi-IN/modules.php index 15466e375..0540ef60d 100644 --- a/resources/lang/hi-IN/modules.php +++ b/resources/lang/hi-IN/modules.php @@ -9,12 +9,23 @@ return [ 'new' => 'नया', 'top_free' => 'टॉप फ़्री', 'free' => 'फ़्री', + 'monthly' => 'मासिक', + 'yearly' => 'वार्षिक', + 'yearly_pricing' => 'वार्षिक मूल्य निर्धारण', + 'monthly_price' => ' :price से', + 'per_month' => 'प्रति माह', + 'billed_yearly' => 'वार्षिक बिल किया गया', + 'billed_monthly' => 'मासिक बिल किया गया', + 'save_year' => 'आप सालाना :price बचाते हैं!', + 'if_paid_year' => 'या :price/mo अगर सालाना भुगतान किया जाता है', + 'information_monthly' => 'यह विकल्प केवल क्लाउड सेवा के लिए मान्य है', 'install' => 'इंस्टॉल करें', 'buy_now' => 'अभी खरीदें', 'get_api_key' => 'अपनी एपीआई कुंजी प्राप्त करने के लिए यहां क्लिक करें।', 'no_apps' => 'इस श्रेणी में अभी तक कोई एप्लिकेशन नहीं हैं।', 'become_developer' => 'क्या आप एक डेवलपर हैं? यहां आप सीख सकते हैं कि ऐप कैसे बनाएं और आज बेचना शुरू करें!', 'recommended_apps' => 'अनुशंसित ऐप्स', + 'can_not_install' => 'मासिक सदस्यता केवल क्लाउड सेवा पर उपलब्ध है। और जानें।', 'about' => 'के बारे में', diff --git a/resources/lang/hi-IN/recurring.php b/resources/lang/hi-IN/recurring.php index 471eee117..18ed938a0 100644 --- a/resources/lang/hi-IN/recurring.php +++ b/resources/lang/hi-IN/recurring.php @@ -3,6 +3,9 @@ return [ 'recurring' => 'आवर्ती', + 'interval' => 'अंतराल', + 'frequency' => 'आवृत्ति', + 'count' => 'गणना', 'every' => 'हर एक', 'period' => 'अवधि', 'times' => 'समय', @@ -16,5 +19,7 @@ return [ 'months' => 'महीना(s)', 'years' => 'वर्ष(s)', 'message' => 'यह एक आवर्ती :type है और अगला :type :date को स्वचालित रूप से उत्पन्न हो जाएगा', + 'message_parent' => 'यह :type स्वचालित रूप से :link से उत्पन्न हुआ था', + 'tooltip' => 'पूर्वनिर्धारित अवधियों के अलावा, आवश्यकताओं के संबंध में अनुकूलित अवधियों को समायोजित करना संभव है।
युक्ति: असीमित पुनरावृति के लिए गणना को शून्य पर सेट किया जाना चाहिए।', ]; diff --git a/resources/lang/hi-IN/search_string.php b/resources/lang/hi-IN/search_string.php index f51d41808..8876d14c6 100644 --- a/resources/lang/hi-IN/search_string.php +++ b/resources/lang/hi-IN/search_string.php @@ -15,6 +15,7 @@ return [ 'reconciled' => 'मेल मिलाप', 'expense_account' => 'खाते से', 'income_account' => 'खाते में', + 'recurring' => 'आवर्ती', ], ]; diff --git a/resources/lang/id-ID/modules.php b/resources/lang/id-ID/modules.php index 2d6485a49..62105a483 100644 --- a/resources/lang/id-ID/modules.php +++ b/resources/lang/id-ID/modules.php @@ -9,12 +9,23 @@ return [ 'new' => 'Baru', 'top_free' => 'Gratis Teratas', 'free' => 'GRATIS', + 'monthly' => 'Bulanan', + 'yearly' => 'Tahunan', + 'yearly_pricing' => 'Harga Tahunan', + 'monthly_price' => 'dari :price', + 'per_month' => 'per bulan', + 'billed_yearly' => 'Ditagih tahunan', + 'billed_monthly' => 'Ditagih Bulanan', + 'save_year' => 'Kamu hemat :price setahun!', + 'if_paid_year' => 'Atau :price/mo jika dibayar tahunan', + 'information_monthly' => 'Pilihan ini hanya untuk Layanan Cloud', 'install' => 'Pasang', 'buy_now' => 'Beli Sekarang', 'get_api_key' => 'Klik disini untuk mendapatkan Token API.', 'no_apps' => 'Belum ada aplikasi dalam kategori ini.', 'become_developer' => 'Apakah Anda seorang pengembang? Di Sini Anda dapat belajar cara membuat aplikasi dan mulai menjual hari ini!', 'recommended_apps' => 'Aplikasi yang direkomendasikan', + 'can_not_install' => 'Langganan bulanan hanya tersedia untuk layanan Cloud. Pelajari lebih jauh.', 'about' => 'Tentang', diff --git a/resources/lang/id-ID/recurring.php b/resources/lang/id-ID/recurring.php index 6beb8e5c1..a459dbd21 100644 --- a/resources/lang/id-ID/recurring.php +++ b/resources/lang/id-ID/recurring.php @@ -3,6 +3,9 @@ return [ 'recurring' => 'Berulang', + 'interval' => 'Interval', + 'frequency' => 'Frekuensi', + 'count' => 'Hitung', 'every' => 'Setiap', 'period' => 'Periode', 'times' => 'Waktu', @@ -16,5 +19,7 @@ return [ 'months' => 'Bulan', 'years' => 'Tahun', 'message' => 'Ini adalah :type berulang dan :type selanjutnya akan dibuat otomatis pada tanggal :date', + 'message_parent' => ':type ini dihasilkan otomatis dari :link', + 'tooltip' => 'Selain priode yang telah ditentukan, adalah memungkinkan untuk mengatur periode pilihan sesuai kebutuhan.
Tip: Perhitungan harus diset ke nol agar berulang terus.', ]; diff --git a/resources/lang/id-ID/search_string.php b/resources/lang/id-ID/search_string.php index 0c8787400..ae272bdf2 100644 --- a/resources/lang/id-ID/search_string.php +++ b/resources/lang/id-ID/search_string.php @@ -15,6 +15,7 @@ return [ 'reconciled' => 'Terrekonsiliasi', 'expense_account' => 'Dari Rekening', 'income_account' => 'Ke Rekening', + 'recurring' => 'Berulang', ], ]; diff --git a/resources/lang/nb-NO/recurring.php b/resources/lang/nb-NO/recurring.php index fe559606c..f9db6c3ad 100644 --- a/resources/lang/nb-NO/recurring.php +++ b/resources/lang/nb-NO/recurring.php @@ -3,6 +3,9 @@ return [ 'recurring' => 'Gjentakende', + 'interval' => 'Intervall', + 'frequency' => 'Frekvens', + 'count' => 'Antall', 'every' => 'Hver', 'period' => 'Periode', 'times' => 'Gjentakelser', @@ -16,5 +19,7 @@ return [ 'months' => 'Måned(er)', 'years' => 'År', 'message' => 'Dette er en gjentakende :type, neste :type genereres automatisk :date', + 'message_parent' => 'Denne :type ble automatisk generert fra :link', + 'tooltip' => 'I tillegg til de forhåndsdefinerte periodene kan det være mulig å justere tilpassede perioder med hensyn til kravene.
Tips: Tallet må være satt til null for å komme tilbake uendelig.', ]; diff --git a/resources/lang/nb-NO/search_string.php b/resources/lang/nb-NO/search_string.php index 075f48e5e..8ee25f310 100644 --- a/resources/lang/nb-NO/search_string.php +++ b/resources/lang/nb-NO/search_string.php @@ -15,6 +15,7 @@ return [ 'reconciled' => 'Avstemt', 'expense_account' => 'Fra konto', 'income_account' => 'Til konto', + 'recurring' => 'Gjentakende', ], ]; diff --git a/resources/lang/pt-BR/modules.php b/resources/lang/pt-BR/modules.php index c21405e86..0b885902d 100644 --- a/resources/lang/pt-BR/modules.php +++ b/resources/lang/pt-BR/modules.php @@ -9,12 +9,23 @@ return [ 'new' => 'Novo', 'top_free' => 'Melhores Grátis', 'free' => 'Gratis', + 'monthly' => 'Mensal', + 'yearly' => 'Anual', + 'yearly_pricing' => 'Preço anual', + 'monthly_price' => 'de :price', + 'per_month' => 'por mês', + 'billed_yearly' => 'Cobrado anualmente', + 'billed_monthly' => 'Cobrado mensalmente', + 'save_year' => 'Você economiza :price por ano!', + 'if_paid_year' => 'Ou :price/mo se pago anualmente', + 'information_monthly' => 'Esta opção é válida apenas para o serviço de nuvem', 'install' => 'Instalar', 'buy_now' => 'Comprar Agora', 'get_api_key' => 'Clique aqui para obter sua chave de API.', 'no_apps' => 'Não há nenhum apps nesta categoria, ainda.', 'become_developer' => 'Você é um desenvolvedor? Aqui você pode aprender como criar um app e começar a vender hoje!', 'recommended_apps' => 'Apps Recomendados', + 'can_not_install' => 'Assinaturas mensais estão disponíveis apenas no serviço na nuvem. Saiba mais.', 'about' => 'Sobre', diff --git a/resources/lang/sl-SI/modules.php b/resources/lang/sl-SI/modules.php index 49a6e7918..6f7e38b0d 100644 --- a/resources/lang/sl-SI/modules.php +++ b/resources/lang/sl-SI/modules.php @@ -9,12 +9,23 @@ return [ 'new' => 'Nov', 'top_free' => 'Najboljši brezplačni', 'free' => 'Brezplačni', + 'monthly' => 'Mesečno', + 'yearly' => 'Letno', + 'yearly_pricing' => 'Letna cena', + 'monthly_price' => 'od :price', + 'per_month' => 'na mesec', + 'billed_yearly' => 'Zaračunano letno', + 'billed_monthly' => 'Zaračunano mesečno', + 'save_year' => 'Letno prihraniš :price!', + 'if_paid_year' => 'Ali :price/me, če se plača letno', + 'information_monthly' => 'Ta možnost velja samo za storitev v oblaku', 'install' => 'Namesti', 'buy_now' => 'Kupi zdaj', 'get_api_key' => 'Pritisnite tukej da dobite svoj API ključ.', 'no_apps' => 'V tej kategoriji še ni aplikacij.', 'become_developer' => 'Ste razvijalec? Tukaj se lahko naučite kako narediti aplikacijo in jo začnete prodajati danes!', 'recommended_apps' => 'Priporočene aplikacije', + 'can_not_install' => 'Mesečne naročnine so na voljo samo v storitvi v oblaku. Več o tem.', 'about' => 'Več o', diff --git a/resources/lang/sl-SI/recurring.php b/resources/lang/sl-SI/recurring.php index 2d29ea7c7..32b7898dc 100644 --- a/resources/lang/sl-SI/recurring.php +++ b/resources/lang/sl-SI/recurring.php @@ -3,6 +3,9 @@ return [ 'recurring' => 'Ponavljajoče', + 'interval' => 'Interval', + 'frequency' => 'Pogostost', + 'count' => 'Število', 'every' => 'Vsakih', 'period' => 'Obdobje', 'times' => 'Krat', @@ -16,5 +19,7 @@ return [ 'months' => 'Mesec(ov)', 'years' => 'Let', 'message' => 'To je ponavljajoč :type in naslednji :type bo avtomatsko ustvarjen :date', + 'message_parent' => 'Ta :type je bil samodejno ustvarjen iz :link', + 'tooltip' => 'Poleg vnaprej določenih obdobij je mogoče prilagoditi prilagojena obdobja glede na zahteve.
Namig: Število mora biti nastavljeno na nič, da se lahko ponavlja neskončno.', ]; diff --git a/resources/lang/sl-SI/search_string.php b/resources/lang/sl-SI/search_string.php index 5400426c2..93b0db037 100644 --- a/resources/lang/sl-SI/search_string.php +++ b/resources/lang/sl-SI/search_string.php @@ -15,6 +15,7 @@ return [ 'reconciled' => 'Usklajeno', 'expense_account' => 'Iz računa', 'income_account' => 'Na račun', + 'recurring' => 'Ponavljajoče', ], ]; diff --git a/resources/lang/sr-CS/accounts.php b/resources/lang/sr-CS/accounts.php index c4a75a074..fc7d6beab 100644 --- a/resources/lang/sr-CS/accounts.php +++ b/resources/lang/sr-CS/accounts.php @@ -10,5 +10,9 @@ return [ 'bank_phone' => 'Broj telefona banke', 'bank_address' => 'Adresa banke', 'default_account' => 'Podrazumevani račun', + 'incoming' => 'Prihod', + 'outgoing' => 'Rashod', + 'see_performance' => 'Učinak', + 'create_report' => 'Ukoliko želite da vidite učinak računa, možete da kreirate izveštaj o prihodima i rashodima.', ]; diff --git a/resources/lang/sr-CS/bills.php b/resources/lang/sr-CS/bills.php index 48a0fb835..3a1d57985 100644 --- a/resources/lang/sr-CS/bills.php +++ b/resources/lang/sr-CS/bills.php @@ -4,6 +4,7 @@ return [ 'bill_number' => 'Broj računa', 'bill_date' => 'Datum računa', + 'bill_amount' => 'Iznos računa', 'total_price' => 'Ukupna cena', 'due_date' => 'Datum dospeća', 'order_number' => 'Broj narudžbine', diff --git a/resources/lang/sr-CS/documents.php b/resources/lang/sr-CS/documents.php index 10ad359dd..8ce6938aa 100644 --- a/resources/lang/sr-CS/documents.php +++ b/resources/lang/sr-CS/documents.php @@ -1,8 +1,50 @@ 'Izmeni kolone', + 'empty_items' => 'Niste dodali ni jednu stavku.', + + 'statuses' => [ + 'draft' => 'Nacrt', + 'sent' => 'Poslato', + 'expired' => 'Isteklo', + 'viewed' => 'Pregledano', + 'approved' => 'Odobreno', + 'received' => 'Primljeno', + 'refused' => 'Odbijeno', + 'restored' => 'Povraćeno', + 'reversed' => 'Rezervisano', + 'partial' => 'Delimično', + 'paid' => 'Plaćeno', + 'pending' => 'Na čekanju', + 'invoiced' => 'Fakturisano', + 'overdue' => 'Istekao', + 'unpaid' => 'Neplaćeno', + 'cancelled' => 'Otkazano', + 'voided' => 'Poništen', + 'completed' => 'Završeno', + 'shipped' => 'Isporučeno', + 'refunded' => 'Refundirano', + 'failed' => 'Neuspešno', + 'denied' => 'Odbijeno', + 'processed' => 'Obrađeno', + 'open' => 'Otvoreno', + 'closed' => 'Zatvoreno', + 'billed' => 'Naplaćeno', + 'delivered' => 'Isporučeno', + 'returned' => 'Vraćeno', + 'drawn' => 'Nerešen', + 'not_billed' => 'Nije naplaćeno', + 'issued' => 'Izdato', + 'not_invoiced' => 'Nije fakturisano', + 'confirmed' => 'Potvrđeno', + 'not_confirmed' => 'Nije potvrđeno', + ], + 'messages' => [ - 'email_sent' => ':type mail nije poslat!', + 'email_sent' => ':type mail je poslat!', + 'marked_as' => ':type označen kao :status!', 'marked_sent' => ':type označen kao poslat!', 'marked_paid' => ':type označen kao plaćen!', 'marked_viewed' => ':type označen kao pregledan!', diff --git a/resources/lang/sr-CS/errors.php b/resources/lang/sr-CS/errors.php index 440e36649..5ba9d64bf 100644 --- a/resources/lang/sr-CS/errors.php +++ b/resources/lang/sr-CS/errors.php @@ -3,21 +3,22 @@ return [ 'title' => [ - '403' => 'Ups! Zabranjen pristup', - '404' => 'Ups! Strana nije pronađena', - '500' => 'Ups! Došlo je do greške', + '403' => 'Ups! Zabranjen pristup', + '404' => 'Ups! Strana nije pronađena', + '500' => 'Ups! Došlo je do greške', ], 'header' => [ - '403' => '403 Zabranjeno', - '404' => '404 Nije pronađeno', - '500' => '500 Unutrašnja grеška sеrvеra', + '403' => '403 Zabranjeno', + '404' => '404 Nije pronađeno', + '500' => '500 Unutrašnja grеška sеrvеra', ], 'message' => [ - '403' => 'Ne možete pristupiti ovoj strani.', - '404' => 'Ne možemo da pronađemo stranu koju tražite.', - '500' => 'Radićemo na ispravci odmah.', + '403' => 'Ne možete pristupiti ovoj strani.', + '404' => 'Ne možemo da pronađemo stranu koju tražite.', + '500' => 'Radićemo na ispravci odmah.', + 'record' => 'Ne možemo pronaći podatak koji tražite.', ], ]; diff --git a/resources/lang/sr-CS/maintenance.php b/resources/lang/sr-CS/maintenance.php new file mode 100644 index 000000000..0d00edc2e --- /dev/null +++ b/resources/lang/sr-CS/maintenance.php @@ -0,0 +1,9 @@ + 'U fazi održavanja', + + 'message' => 'Izvinjavamo se, trenutno održavamo portal. Molim vas da pokušate kasnije. Hvala.', + +]; diff --git a/resources/lang/sr-CS/revenues.php b/resources/lang/sr-CS/revenues.php new file mode 100644 index 000000000..893cc88cb --- /dev/null +++ b/resources/lang/sr-CS/revenues.php @@ -0,0 +1,10 @@ + 'Primljeni prihodi', + 'paid_by' => 'Uplatilac', + 'related_invoice' => 'Povezana faktura', + 'create_revenue' => 'Kreiranje prihoda', + +]; diff --git a/resources/lang/sr-SP/accounts.php b/resources/lang/sr-SP/accounts.php index 73249bf22..96473c608 100644 --- a/resources/lang/sr-SP/accounts.php +++ b/resources/lang/sr-SP/accounts.php @@ -10,5 +10,9 @@ return [ 'bank_phone' => 'Телефон банке', 'bank_address' => 'Адреса банке', 'default_account' => 'Основни рачун', + 'incoming' => 'Приходи', + 'outgoing' => 'Расход', + 'see_performance' => 'Учинак рачуна', + 'create_report' => 'Уколико желите да видите учинак рачуна, можете креирати извештај о приходима и расходима.', ]; diff --git a/resources/lang/sr-SP/auth.php b/resources/lang/sr-SP/auth.php index 72c94c57a..2d0f200d2 100644 --- a/resources/lang/sr-SP/auth.php +++ b/resources/lang/sr-SP/auth.php @@ -34,7 +34,7 @@ return [ 'notification' => [ 'message_1' => 'Примили сте ову е-пошту зато што смо добили захтев за обнову лозинке за ваш налог.', - 'message_2' => 'Ако нисте тражили обнову лозинке, нису потребно било шта даље радити.', + 'message_2' => 'Ако нисте тражили обнову лозинке, није потребно било шта даље радити.', 'button' => 'Обнови лозинку', ], diff --git a/resources/lang/sr-SP/bills.php b/resources/lang/sr-SP/bills.php index c24d82759..5875dc63b 100644 --- a/resources/lang/sr-SP/bills.php +++ b/resources/lang/sr-SP/bills.php @@ -4,6 +4,7 @@ return [ 'bill_number' => 'Број рачуна', 'bill_date' => 'Датум рачуна', + 'bill_amount' => 'Износ рачуна', 'total_price' => 'Укупна цена', 'due_date' => 'Датум доспећа', 'order_number' => 'Број поруџбенице', @@ -17,7 +18,7 @@ return [ 'tax_total' => 'Укупно порез', 'total' => 'Укупно', - 'item_name' => 'Назив ставке| Назив ставки', + 'item_name' => 'Назив ставке|Назив ставки', 'show_discount' => ':discount% попуста', 'add_discount' => 'Додај попуст', @@ -42,10 +43,10 @@ return [ 'draft' => 'Ово је ПРОФАКТУРА и одразиће се на графикон након што буде примљен рачун.', 'status' => [ - 'created' => 'Формирана на: датум', + 'created' => 'Формирана на :date', 'receive' => [ 'draft' => 'Није примљено', - 'received' => 'Примљено дана: датум', + 'received' => 'Примљено дана :date', ], 'paid' => [ 'await' => 'Чекајући плаћања', diff --git a/resources/lang/sr-SP/dashboards.php b/resources/lang/sr-SP/dashboards.php new file mode 100644 index 000000000..94fcd1a7f --- /dev/null +++ b/resources/lang/sr-SP/dashboards.php @@ -0,0 +1,11 @@ + [ + 'not_user_dashboard' => 'Грешка: Није вам дозвољено да промените ову радну површину!', + 'delete_last' => 'Грешка: Не може се обрисати једина радна површина. Молимо вас да прво креирате нову!', + 'disable_last' => 'Грешка: Не може се онемогућити радна површина. Молимо да прво креирате нову!', + ], + +]; diff --git a/resources/lang/sr-SP/widgets.php b/resources/lang/sr-SP/widgets.php new file mode 100644 index 000000000..b18131eff --- /dev/null +++ b/resources/lang/sr-SP/widgets.php @@ -0,0 +1,24 @@ + 'Валуте', + 'total_income' => 'Укупан приход', + 'receivables' => 'Потраживања', + 'open_invoices' => 'Отворене фактуре', + 'overdue_invoices' => 'Доспеле фактуре', + 'total_expenses' => 'Укупни трошкови', + 'payables' => 'Дуговања', + 'open_bills' => 'Отворени рачуни', + 'overdue_bills' => 'Неплаћени рачуни', + 'total_profit' => 'Укупна добит', + 'open_profit' => 'Нето добит', + 'overdue_profit' => 'Доспела добит', + 'cash_flow' => 'Новчани ток', + 'no_profit_loss' => 'Нема губитка добити', + 'income_by_category' => 'Приходи по категоријама', + 'expenses_by_category' => 'Трошкови по категоријама', + 'account_balance' => 'Стање рачуна', + 'latest_income' => 'Најновији приходи', + 'latest_expenses' => 'Најновији трошкови', +]; diff --git a/resources/lang/sv-SE/general.php b/resources/lang/sv-SE/general.php index 01b58c268..2c88eadfc 100644 --- a/resources/lang/sv-SE/general.php +++ b/resources/lang/sv-SE/general.php @@ -52,6 +52,8 @@ return [ 'sales' => 'Sälj|Försäljning', 'purchases' => 'Inköpning|Inköp', 'notifications' => 'Notifiering|Notifikationer', + 'countries' => 'Land|Länder', + 'cities' => 'Stad / Stadskärna / Städer', 'welcome' => 'Välkommen', 'banking' => 'Banktjänster', @@ -164,6 +166,8 @@ return [ 'amount_due' => 'Belopp att betala', 'financial_year' => 'Räkenskapsår', 'created' => 'Skapad', + 'state' => 'Provins / delstat', + 'zip_code' => 'Postnummer / Postnummer', 'card' => [ 'cards' => 'Kort| Kort', diff --git a/resources/lang/sv-SE/recurring.php b/resources/lang/sv-SE/recurring.php index 0dbd6e00a..b96a2d19a 100644 --- a/resources/lang/sv-SE/recurring.php +++ b/resources/lang/sv-SE/recurring.php @@ -3,6 +3,9 @@ return [ 'recurring' => 'Återkommande', + 'interval' => 'Intervall', + 'frequency' => 'Frekvens', + 'count' => 'Antal', 'every' => 'Varje', 'period' => 'Period', 'times' => 'Gånger', @@ -16,5 +19,7 @@ return [ 'months' => 'Månad(er)', 'years' => 'År', 'message' => 'Detta är ett återkommande :type och nästa :type genereras automatiskt den :date', + 'message_parent' => 'Denna :type genererades automatiskt från :link', + 'tooltip' => 'Förutom de fördefinierade perioderna är det möjligt att anpassa anpassade perioder efter kraven.
Tips: Antalet måste sättas till noll upp till återgå oändligt.', ]; diff --git a/resources/lang/sv-SE/search_string.php b/resources/lang/sv-SE/search_string.php index 45e742721..7a58f73e4 100644 --- a/resources/lang/sv-SE/search_string.php +++ b/resources/lang/sv-SE/search_string.php @@ -15,6 +15,7 @@ return [ 'reconciled' => 'Avstämd', 'expense_account' => 'Från konto', 'income_account' => 'Till konto', + 'recurring' => 'Återkommande', ], ];