diff --git a/ihatemoney/forms.py b/ihatemoney/forms.py index fcb9f9a4..56375889 100644 --- a/ihatemoney/forms.py +++ b/ihatemoney/forms.py @@ -112,7 +112,15 @@ class EditProjectForm(FlaskForm): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) self.default_currency.choices = [ - (currency_name, render_localized_currency(currency_name, detailed=True)) + ( + currency_name, + render_localized_currency(currency_name, detailed=True) + + ( + " − " + _("⚠ All bill currencies will be removed") + if currency_name == self.currency_helper.no_currency + else "" + ), + ) for currency_name in self.currency_helper.get_currencies() ] diff --git a/ihatemoney/messages.pot b/ihatemoney/messages.pot index 27206f83..b552af5f 100644 --- a/ihatemoney/messages.pot +++ b/ihatemoney/messages.pot @@ -21,6 +21,9 @@ msgstr "" msgid "Default Currency" msgstr "" +msgid "⚠ All bill currencies will be removed" +msgstr "" + msgid "Import previously exported JSON file" msgstr "" diff --git a/ihatemoney/translations/cs/LC_MESSAGES/messages.po b/ihatemoney/translations/cs/LC_MESSAGES/messages.po index de7978b0..13f74430 100644 --- a/ihatemoney/translations/cs/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/cs/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "Záznam IP adres pro historii projektu" msgid "Default Currency" msgstr "Výchozí měna" +msgid "⚠ All bill currencies will be removed" +msgstr "" + msgid "Import previously exported JSON file" msgstr "Import exportovaného JSON souboru" diff --git a/ihatemoney/translations/de/LC_MESSAGES/messages.po b/ihatemoney/translations/de/LC_MESSAGES/messages.po index 31182012..f7f1220d 100644 --- a/ihatemoney/translations/de/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/de/LC_MESSAGES/messages.po @@ -1,3 +1,4 @@ + msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -8,6 +9,9 @@ msgstr "" "Language-Team: German \n" "Language: de\n" +"Language-Team: German \n" +"Plural-Forms: nplurals=2; plural=n != 1\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -40,6 +44,9 @@ msgstr "IP-Tracking für Verlauf benutzen" msgid "Default Currency" msgstr "Standardwährung" +msgid "⚠ All bill currencies will be removed" +msgstr "" + msgid "Import previously exported JSON file" msgstr "Zuvor exportierte JSON-Datei importieren" @@ -842,3 +849,4 @@ msgstr "Zeitraum" #~ " gesendet. Es wird als Klartext auf" #~ " dem Server gespeichert. Bitte verwenden" #~ " daher kein persönliches Passwort!" + diff --git a/ihatemoney/translations/el/LC_MESSAGES/messages.po b/ihatemoney/translations/el/LC_MESSAGES/messages.po index beb897d5..07ed758a 100644 --- a/ihatemoney/translations/el/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/el/LC_MESSAGES/messages.po @@ -38,6 +38,9 @@ msgstr "Χρήση παρακολούθησης IP για ιστορικό έρ msgid "Default Currency" msgstr "Προεπιλεγμένο Νόμισμα" +msgid "⚠ All bill currencies will be removed" +msgstr "" + msgid "Import previously exported JSON file" msgstr "Εισαγωγή αρχείου JSON που έχει εξαχθεί προηγουμένως" diff --git a/ihatemoney/translations/es_419/LC_MESSAGES/messages.po b/ihatemoney/translations/es_419/LC_MESSAGES/messages.po index a7825934..cb707eeb 100644 --- a/ihatemoney/translations/es_419/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/es_419/LC_MESSAGES/messages.po @@ -40,6 +40,9 @@ msgstr "Registrar la IPs para el historial del proyecto" msgid "Default Currency" msgstr "Moneda por defecto" +msgid "⚠ All bill currencies will be removed" +msgstr "" + msgid "Import previously exported JSON file" msgstr "Importar archivo JSON previamente exportado" diff --git a/ihatemoney/translations/fr/LC_MESSAGES/messages.po b/ihatemoney/translations/fr/LC_MESSAGES/messages.po index cb67c398..d2bebbc1 100644 --- a/ihatemoney/translations/fr/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/fr/LC_MESSAGES/messages.po @@ -7,17 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-05-30 14:26+0200\n" +"POT-Creation-Date: 2020-07-26 22:04+0200\n" "PO-Revision-Date: 2020-06-01 16:41+0000\n" "Last-Translator: Glandos \n" -"Language-Team: French \n" "Language: fr\n" +"Language-Team: French \n" +"Plural-Forms: nplurals=2; plural=n > 1\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.1-dev\n" "Generated-By: Babel 2.8.0\n" msgid "" @@ -45,6 +44,9 @@ msgstr "Collecter les adresses IP dans l'historique de projet" msgid "Default Currency" msgstr "Devise par défaut" +msgid "⚠ All bill currencies will be removed" +msgstr "" + msgid "Import previously exported JSON file" msgstr "Importer un fichier JSON précédemment exporté" @@ -624,8 +626,8 @@ msgid "" "Don\\'t reuse a personal password. Choose a private code and send it to " "your friends" msgstr "" -"Ne réutilisez pas un de vos mots de passe. Choisissez un code personnel et " -"envoyez le à vos amis" +"Ne réutilisez pas un de vos mots de passe. Choisissez un code personnel " +"et envoyez le à vos amis" msgid "Account manager" msgstr "Gestion de comptes" @@ -1059,3 +1061,4 @@ msgstr "Période" #~ " vos amis et stocké en clair " #~ "sur le serveur. N’utilisez pas un " #~ "mot de passe personnel !" + diff --git a/ihatemoney/translations/hi/LC_MESSAGES/messages.po b/ihatemoney/translations/hi/LC_MESSAGES/messages.po index e83b28bb..6de98a2b 100644 --- a/ihatemoney/translations/hi/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/hi/LC_MESSAGES/messages.po @@ -1,25 +1,26 @@ + msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-06-12 06:46+0200\n" +"POT-Creation-Date: 2020-07-26 22:04+0200\n" "PO-Revision-Date: 2020-06-14 14:41+0000\n" "Last-Translator: raghupalash \n" -"Language-Team: Hindi \n" "Language: hi\n" +"Language-Team: Hindi \n" +"Plural-Forms: nplurals=2; plural=n > 1\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.1-dev\n" +"Generated-By: Babel 2.8.0\n" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " "accepted." msgstr "" -"वैध राशि या चिह्न नहीं। केवल संख्या और + - * / ऑपरेटरों को स्वीकार किया जाता " -"है।" +"वैध राशि या चिह्न नहीं। केवल संख्या और + - * / ऑपरेटरों को स्वीकार किया " +"जाता है।" msgid "Project name" msgstr "परियोजना का नाम" @@ -39,6 +40,9 @@ msgstr "प्रोजेक्ट इतिहास के लिए IP ट msgid "Default Currency" msgstr "डिफ़ॉल्ट मुद्रा" +msgid "⚠ All bill currencies will be removed" +msgstr "" + msgid "Import previously exported JSON file" msgstr "पूर्व में निर्यात की गई JSON फ़ाइल आयात करें" @@ -56,8 +60,8 @@ msgid "" "A project with this identifier (\"%(project)s\") already exists. Please " "choose a new identifier" msgstr "" -"इस पहचानकर्ता के साथ एक परियोजना (\"%(project)s\") पहले से मौजूद है। कृपया " -"एक नया पहचानकर्ता चुनें" +"इस पहचानकर्ता के साथ एक परियोजना (\"%(project)s\") पहले से मौजूद है। " +"कृपया एक नया पहचानकर्ता चुनें" msgid "Get in" msgstr "अंदर जाइये" @@ -169,7 +173,8 @@ msgstr "यह व्यवस्थापक पासवर्ड सही msgid "You either provided a bad token or no project identifier." msgstr "" -"आपने या तो एक खराब टोकन प्रदान किया है या कोई प्रोजेक्ट पहचानकर्ता नहीं है।" +"आपने या तो एक खराब टोकन प्रदान किया है या कोई प्रोजेक्ट पहचानकर्ता नहीं " +"है।" msgid "This private code is not the right one" msgstr "यह निजी कोड सही नहीं है" @@ -185,8 +190,8 @@ msgid "" "We tried to send you an reminder email, but there was an error. You can " "still use the project normally." msgstr "" -"हमने आपको एक अनुस्मारक ईमेल भेजने की कोशिश की, लेकिन कोई त्रुटि थी। आप अभी भी" -" सामान्य रूप से प्रोजेक्ट का उपयोग कर सकते हैं।" +"हमने आपको एक अनुस्मारक ईमेल भेजने की कोशिश की, लेकिन कोई त्रुटि थी। आप " +"अभी भी सामान्य रूप से प्रोजेक्ट का उपयोग कर सकते हैं।" #, python-format msgid "The project identifier is %(project)s" @@ -197,9 +202,9 @@ msgid "" "instructions. Please check the email configuration of the server or " "contact the administrator." msgstr "" -"क्षमा करें, पासवर्ड रीसेट निर्देशों के साथ आपको एक ईमेल भेजते समय कोई त्रुटि " -"हुई थी। कृपया सर्वर के ईमेल कॉन्फ़िगरेशन की जाँच करें या व्यवस्थापक से संपर्" -"क करें।" +"क्षमा करें, पासवर्ड रीसेट निर्देशों के साथ आपको एक ईमेल भेजते समय कोई " +"त्रुटि हुई थी। कृपया सर्वर के ईमेल कॉन्फ़िगरेशन की जाँच करें या " +"व्यवस्थापक से संपर्क करें।" msgid "No token provided" msgstr "कोई टोकन प्रदान नहीं किया गया" @@ -225,7 +230,8 @@ msgstr "प्रोजेक्ट सफलतापूर्वक हटा #, python-format msgid "You have been invited to share your expenses for %(project)s" msgstr "" -"आपको %(project)s के लिए अपने खर्चों को साझा करने के लिए आमंत्रित किया गया है" +"आपको %(project)s के लिए अपने खर्चों को साझा करने के लिए आमंत्रित किया गया" +" है" msgid "Your invitations have been sent" msgstr "आपके निमंत्रण भेज दिए गए हैं" @@ -235,8 +241,8 @@ msgid "" "Please check the email configuration of the server or contact the " "administrator." msgstr "" -"क्षमा करें, आमंत्रण ईमेल भेजने का प्रयास करते समय कोई त्रुटि हुई। कृपया सर्" -"वर के ईमेल कॉन्फ़िगरेशन की जाँच करें या व्यवस्थापक से संपर्क करें।" +"क्षमा करें, आमंत्रण ईमेल भेजने का प्रयास करते समय कोई त्रुटि हुई। कृपया " +"सर्वर के ईमेल कॉन्फ़िगरेशन की जाँच करें या व्यवस्थापक से संपर्क करें।" #, python-format msgid "%(member)s has been added" @@ -251,8 +257,8 @@ msgid "" "User '%(name)s' has been deactivated. It will still appear in the users " "list until its balance becomes zero." msgstr "" -"उपयोगकर्ता '%(name)s' को निष्क्रिय कर दिया गया है। यह तब भी उपयोगकर्ताओं की " -"सूची में दिखाई देगा जब तक कि इसका संतुलन शून्य नहीं हो जाता।" +"उपयोगकर्ता '%(name)s' को निष्क्रिय कर दिया गया है। यह तब भी उपयोगकर्ताओं " +"की सूची में दिखाई देगा जब तक कि इसका संतुलन शून्य नहीं हो जाता।" #, python-format msgid "User '%(name)s' has been removed" @@ -285,8 +291,8 @@ msgstr "वर्तमान में प्रबंधन कार्य msgid "The project you are trying to access do not exist, do you want to" msgstr "" -"जिस प्रोजेक्ट पर आप पहुचने की कोशिश कर रहे हैं, वह मौजूद नहीं है, क्या आप यह " -"करना चाहते हैं" +"जिस प्रोजेक्ट पर आप पहुचने की कोशिश कर रहे हैं, वह मौजूद नहीं है, क्या आप" +" यह करना चाहते हैं" msgid "create it" msgstr "बनाइये" @@ -429,9 +435,10 @@ msgid "" " The rest of the project history will be unaffected. This " "action cannot be undone." msgstr "" -"क्या आप वाकई इस प्रोजेक्ट के सभी रिकॉर्ड किए गए IP पतों को हटाना चाहते हैं?\n" -" परियोजना का बाकी इतिहास अप्रभावित रहेगा। इस कार्य को पूर्" -"ववत नहीं किया जा सकता।" +"क्या आप वाकई इस प्रोजेक्ट के सभी रिकॉर्ड किए गए IP पतों को हटाना चाहते " +"हैं?\n" +" परियोजना का बाकी इतिहास अप्रभावित रहेगा। इस कार्य को " +"पूर्ववत नहीं किया जा सकता।" msgid "Close" msgstr "बंद करे" @@ -446,8 +453,8 @@ msgid "" "Are you sure you want to erase all history for this project? This action " "cannot be undone." msgstr "" -"क्या आप वाकई इस परियोजना के लिए सभी इतिहास मिटाना चाहते हैं? इस कार्य को पूर्" -"ववत नहीं किया जा सकता।" +"क्या आप वाकई इस परियोजना के लिए सभी इतिहास मिटाना चाहते हैं? इस कार्य को " +"पूर्ववत नहीं किया जा सकता।" msgid "Added" msgstr "जोड़ा गया" @@ -470,8 +477,8 @@ msgid "" " " msgstr "" "\n" -" इस प्रोजेक्ट में इतिहास अक्षम है। नई कार्रवाइयां नीचे दिखाई " -"नहीं देंगी। आप इतिहास को यहाँ से सक्षम कर सकते हैं\n" +" इस प्रोजेक्ट में इतिहास अक्षम है। नई कार्रवाइयां नीचे " +"दिखाई नहीं देंगी। आप इतिहास को यहाँ से सक्षम कर सकते हैं\n" " सेटिंग्स पृष्ठ\n" " " @@ -485,18 +492,19 @@ msgid "" " " msgstr "" "\n" -" नीचे दी गई तालिका परियोजना इतिहास को अक्षम करने से पहले दर्ज " -"की गई कार्रवाइयों को दर्शाती है। आप उन्हें हटाने के लिए\n" -" प्रोजेक्ट इतिहास हटासकते हैं।

\n" +" नीचे दी गई तालिका परियोजना इतिहास को अक्षम करने से पहले " +"दर्ज की गई कार्रवाइयों को दर्शाती है। आप उन्हें हटाने के लिए\n" +" प्रोजेक्ट इतिहास हटासकते हैं।

" +"\n" " " msgid "" "Some entries below contain IP addresses, even though this project has IP " "recording disabled. " msgstr "" -"नीचे कुछ प्रविष्टियों में IP पते हैं, भले ही इस परियोजना में IP रिकॉर्डिंग " -"अक्षम है। " +"नीचे कुछ प्रविष्टियों में IP पते हैं, भले ही इस परियोजना में IP " +"रिकॉर्डिंग अक्षम है। " msgid "Delete stored IP addresses" msgstr "संग्रहीत IP पते हटाएं" @@ -611,8 +619,8 @@ msgid "" "Don\\'t reuse a personal password. Choose a private code and send it to " "your friends" msgstr "" -"व्यक्तिगत पासवर्ड का पुन: उपयोग न करें। एक निजी कोड चुनें और इसे अपने दोस्तों" -" को भेजें" +"व्यक्तिगत पासवर्ड का पुन: उपयोग न करें। एक निजी कोड चुनें और इसे अपने " +"दोस्तों को भेजें" msgid "Account manager" msgstr "खाता प्रबंधक" @@ -757,7 +765,8 @@ msgid "" "You can share the project identifier and the private code by any " "communication means." msgstr "" -"आप किसी भी संचार माध्यम से परियोजना पहचानकर्ता और निजी कोड साझा कर सकते हैं।" +"आप किसी भी संचार माध्यम से परियोजना पहचानकर्ता और निजी कोड साझा कर सकते " +"हैं।" msgid "Identifier:" msgstr "पहचानकर्ता:" @@ -777,10 +786,10 @@ msgid "" " creation of this budget management project and we will " "send them an email for you." msgstr "" -"उन ईमेल पतों की एक (अल्पविराम से अलग की गयी) सूची निर्दिष्ट करें जिन्हे आप " -"इस \n" -"\t\t बजट प्रबंधन परियोजना के निर्माण के बारे में सूचित करना चाहते हैं और " -"हम उन्हें आपके लिए एक ईमेल भेजेंगे।" +"उन ईमेल पतों की एक (अल्पविराम से अलग की गयी) सूची निर्दिष्ट करें जिन्हे " +"आप इस \n" +"\t\t बजट प्रबंधन परियोजना के निर्माण के बारे में सूचित करना चाहते हैं " +"और हम उन्हें आपके लिए एक ईमेल भेजेंगे।" msgid "Who pays?" msgstr "किसे भुगतान करना है?" @@ -811,3 +820,4 @@ msgstr "मासिक खर्च" msgid "Period" msgstr "अवधि" + diff --git a/ihatemoney/translations/id/LC_MESSAGES/messages.po b/ihatemoney/translations/id/LC_MESSAGES/messages.po index 313a2c95..12823c0f 100644 --- a/ihatemoney/translations/id/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/id/LC_MESSAGES/messages.po @@ -40,6 +40,9 @@ msgstr "Gunakan pelacakan IP untuk riwayat proyek" msgid "Default Currency" msgstr "Mata Uang Standar" +msgid "⚠ All bill currencies will be removed" +msgstr "" + msgid "Import previously exported JSON file" msgstr "Impor file JSON yang sudah diekspor sebelumnya" diff --git a/ihatemoney/translations/it/LC_MESSAGES/messages.po b/ihatemoney/translations/it/LC_MESSAGES/messages.po index c00e3766..0bc143c3 100644 --- a/ihatemoney/translations/it/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/it/LC_MESSAGES/messages.po @@ -1,3 +1,4 @@ + msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -8,6 +9,9 @@ msgstr "" "Language-Team: Italian \n" "Language: it\n" +"Language-Team: Italian \n" +"Plural-Forms: nplurals=2; plural=n != 1\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -39,6 +43,9 @@ msgstr "Utilizzare la localizzazione IP per lo storico del progetto" msgid "Default Currency" msgstr "Valuta predefinita" +msgid "⚠ All bill currencies will be removed" +msgstr "" + msgid "Import previously exported JSON file" msgstr "Importare il file JSON esportato precedentemente" @@ -621,8 +628,8 @@ msgid "" "Don\\'t reuse a personal password. Choose a private code and send it to " "your friends" msgstr "" -"Non riutilizzare una password personale. Scegli un codice privato e invialo " -"ai tuoi amici" +"Non riutilizzare una password personale. Scegli un codice privato e " +"invialo ai tuoi amici" msgid "Account manager" msgstr "Gestione account" @@ -844,3 +851,4 @@ msgstr "Periodo" #~ " ai tuoi amici. È conservato in " #~ "chiaro sul server, quindi non " #~ "riutilizzarlo come password personale!" + diff --git a/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.po b/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.po index 2a7ead99..2f4e1f2d 100644 --- a/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.po @@ -1,3 +1,4 @@ + msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -5,9 +6,10 @@ msgstr "" "POT-Creation-Date: 2020-05-30 21:50+0200\n" "PO-Revision-Date: 2021-05-09 04:33+0000\n" "Last-Translator: Allan Nordhøy \n" -"Language-Team: Norwegian Bokmål \n" "Language: nb_NO\n" +"Language-Team: Norwegian Bokmål \n" +"Plural-Forms: nplurals=2; plural=n != 1\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -40,6 +42,9 @@ msgstr "Bruk IP-sporing for prosjekthistorikk" msgid "Default Currency" msgstr "Forvalgt valuta" +msgid "⚠ All bill currencies will be removed" +msgstr "" + msgid "Import previously exported JSON file" msgstr "Importer tidligere eksportert JSON-fil" @@ -942,3 +947,4 @@ msgstr "" #~ " venne dine. Den lagres som den " #~ "er på tjeneren, så ikke gjenbruk " #~ "et personlig passord." + diff --git a/ihatemoney/translations/nl/LC_MESSAGES/messages.po b/ihatemoney/translations/nl/LC_MESSAGES/messages.po index 4116be32..301972fe 100644 --- a/ihatemoney/translations/nl/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/nl/LC_MESSAGES/messages.po @@ -40,6 +40,9 @@ msgstr "IP-tracking voor projectgeschiedenis gebruiken" msgid "Default Currency" msgstr "Standaard munteenheid" +msgid "⚠ All bill currencies will be removed" +msgstr "" + msgid "Import previously exported JSON file" msgstr "Eerder geëxporteerd JSON-bestand importeren" diff --git a/ihatemoney/translations/pl/LC_MESSAGES/messages.po b/ihatemoney/translations/pl/LC_MESSAGES/messages.po index 1c991ac7..a3edd0ed 100644 --- a/ihatemoney/translations/pl/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/pl/LC_MESSAGES/messages.po @@ -1,19 +1,19 @@ + msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-30 21:50+0200\n" +"POT-Creation-Date: 2020-07-26 22:04+0200\n" "PO-Revision-Date: 2020-06-03 15:41+0000\n" "Last-Translator: Szylu \n" -"Language-Team: Polish \n" "Language: pl\n" +"Language-Team: Polish \n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && " +"(n%100<10 || n%100>=20) ? 1 : 2\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.1-dev\n" "Generated-By: Babel 2.8.0\n" msgid "" @@ -41,6 +41,9 @@ msgstr "Użyj śledzenia IP do historii projektu" msgid "Default Currency" msgstr "Domyślna waluta" +msgid "⚠ All bill currencies will be removed" +msgstr "" + msgid "Import previously exported JSON file" msgstr "Zaimportuj wcześniej wyeksportowany plik JSON" @@ -186,8 +189,8 @@ msgid "" "We tried to send you an reminder email, but there was an error. You can " "still use the project normally." msgstr "" -"Próbowaliśmy wysłać Ci wiadomość e-mail z przypomnieniem, ale wystąpił błąd. " -"Nadal możesz normalnie korzystać z projektu." +"Próbowaliśmy wysłać Ci wiadomość e-mail z przypomnieniem, ale wystąpił " +"błąd. Nadal możesz normalnie korzystać z projektu." #, python-format msgid "The project identifier is %(project)s" @@ -837,3 +840,4 @@ msgstr "Okres" #~ "znajomych. Jest przechowywany w stanie " #~ "niezmienionym przez serwer, więc nie " #~ "używaj ponownie osobistego hasła!" + diff --git a/ihatemoney/translations/pt_BR/LC_MESSAGES/messages.po b/ihatemoney/translations/pt_BR/LC_MESSAGES/messages.po index ba385ea4..2c1cc2a4 100644 --- a/ihatemoney/translations/pt_BR/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/pt_BR/LC_MESSAGES/messages.po @@ -1,18 +1,32 @@ + msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" +<<<<<<< HEAD "POT-Creation-Date: 2020-06-27 02:02+0200\n" "PO-Revision-Date: 2020-08-27 19:22+0000\n" "Last-Translator: André Oliveira \n" "Language-Team: Portuguese (Brazil) \n" +======= +"POT-Creation-Date: 2020-07-26 22:04+0200\n" +"PO-Revision-Date: 2020-06-30 09:41+0000\n" +"Last-Translator: Isabella Rocha de Oliveira \n" +>>>>>>> 8c98695 (Add warning in edit project form) "Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) \n" +"Plural-Forms: nplurals=2; plural=n > 1\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +<<<<<<< HEAD "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.2.1-dev\n" +======= +"Generated-By: Babel 2.8.0\n" +>>>>>>> 8c98695 (Add warning in edit project form) msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -39,6 +53,9 @@ msgstr "Usar rastreamento de IP para o histórico do projeto" msgid "Default Currency" msgstr "Moeda Padrão" +msgid "⚠ All bill currencies will be removed" +msgstr "" + msgid "Import previously exported JSON file" msgstr "Importar arquivo JSON exportado anteriormente" @@ -161,8 +178,7 @@ msgid "No Currency" msgstr "Sem Moeda" msgid "Too many failed login attempts, please retry later." -msgstr "" -"Muitas tentativas de login falhas, por favor, tente novamente mais tarde." +msgstr "Muitas tentativas de login falhas, por favor, tente novamente mais tarde." #, python-format msgid "This admin password is not the right one. Only %(num)d attempts left." @@ -236,8 +252,9 @@ msgid "" "Please check the email configuration of the server or contact the " "administrator." msgstr "" -"Desculpe, houve um erro ao enviar os convites via e-mail. Por favor, confira " -"a configuração de email do servidor ou entre em contato com um administrador." +"Desculpe, houve um erro ao enviar os convites via e-mail. Por favor, " +"confira a configuração de email do servidor ou entre em contato com um " +"administrador." #, python-format msgid "%(member)s has been added" @@ -276,8 +293,7 @@ msgid "Sorry, we were unable to find the page you've asked for." msgstr "Desculpe, não foi possível encontrar a página que você solicitou." msgid "The best thing to do is probably to get back to the main page." -msgstr "" -"É provável que a melhor coisa a fazer seja voltar para a página inicial." +msgstr "É provável que a melhor coisa a fazer seja voltar para a página inicial." msgid "Back to the list" msgstr "Voltar para a lista" @@ -349,8 +365,7 @@ msgid "Settle plans" msgstr "Estabelecer planos" msgid "Download the list of transactions needed to settle the current bills." -msgstr "" -"Baixar a lista de transações necessárias para liquidar as contas atuais." +msgstr "Baixar a lista de transações necessárias para liquidar as contas atuais." msgid "Can't remember the password?" msgstr "Esqueceu a senha?" @@ -432,8 +447,8 @@ msgid "" msgstr "" "Você tem certeza que deseja deletar todos os endereços IP gravados deste " "projeto?\n" -" O resto do histórico do projeto não será afetado. Esta ação " -"não pode ser desfeita." +" O resto do histórico do projeto não será afetado. Esta " +"ação não pode ser desfeita." msgid "Close" msgstr "Fechar" @@ -448,8 +463,8 @@ msgid "" "Are you sure you want to erase all history for this project? This action " "cannot be undone." msgstr "" -"Tem certeza que deseja apagar todo o histórico deste projeto? Esta ação não " -"pode ser desfeita." +"Tem certeza que deseja apagar todo o histórico deste projeto? Esta ação " +"não pode ser desfeita." msgid "Added" msgstr "Adicionado" @@ -489,8 +504,8 @@ msgstr "" "\n" " A tabela abaixo reflete as ações registradas antes da " "desativação do histórico do projeto. Você pode\n" -" limpar o histórico do projeto para " +" limpar o histórico do projeto para " "removê-las.

\n" " " @@ -498,8 +513,8 @@ msgid "" "Some entries below contain IP addresses, even though this project has IP " "recording disabled. " msgstr "" -"Algumas das entradas abaixo contém endereços IP, mesmo este projeto tendo a " -"gravação de IP desativada. " +"Algumas das entradas abaixo contém endereços IP, mesmo este projeto tendo" +" a gravação de IP desativada. " msgid "Delete stored IP addresses" msgstr "Deletar endereços IP salvos" @@ -526,8 +541,7 @@ msgid "IP address recording can be enabled on the settings page" msgstr "A gravação do endereço IP pode ser ativada na página de configurações" msgid "IP address recording can be disabled on the settings page" -msgstr "" -"A gravação do endereço IP pode ser desativada na página de configurações" +msgstr "A gravação do endereço IP pode ser desativada na página de configurações" msgid "From IP" msgstr "Do IP" @@ -615,8 +629,8 @@ msgid "" "Don\\'t reuse a personal password. Choose a private code and send it to " "your friends" msgstr "" -"Não reutilize uma senha pessoal. Escolha um código privado e envie-o para " -"seus amigos" +"Não reutilize uma senha pessoal. Escolha um código privado e envie-o para" +" seus amigos" msgid "Account manager" msgstr "Gerenciador de contas" diff --git a/ihatemoney/translations/ru/LC_MESSAGES/messages.po b/ihatemoney/translations/ru/LC_MESSAGES/messages.po index 92a36ee3..9ea84fd1 100644 --- a/ihatemoney/translations/ru/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/ru/LC_MESSAGES/messages.po @@ -41,6 +41,9 @@ msgstr "Использовать отслеживание по IP для ист msgid "Default Currency" msgstr "Валюта по умолчанию" +msgid "⚠ All bill currencies will be removed" +msgstr "" + msgid "Import previously exported JSON file" msgstr "Импортировать ранее экспортированный JSON файл" diff --git a/ihatemoney/translations/ta/LC_MESSAGES/messages.po b/ihatemoney/translations/ta/LC_MESSAGES/messages.po index 5ab8d659..5c9b07f8 100644 --- a/ihatemoney/translations/ta/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/ta/LC_MESSAGES/messages.po @@ -1,18 +1,19 @@ + msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-06-30 19:34+0200\n" +"POT-Creation-Date: 2020-07-26 22:04+0200\n" "PO-Revision-Date: 2020-07-01 18:41+0000\n" "Last-Translator: rohitn01 \n" -"Language-Team: Tamil \n" "Language: ta\n" +"Language-Team: Tamil \n" +"Plural-Forms: nplurals=2; plural=n != 1\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.2-dev\n" +"Generated-By: Babel 2.8.0\n" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -39,6 +40,9 @@ msgstr "திட்ட வரலாற்றுக்கு ஐபி கண் msgid "Default Currency" msgstr "இயல்புநிலை நாணயம்" +msgid "⚠ All bill currencies will be removed" +msgstr "" + msgid "Import previously exported JSON file" msgstr "முன்னர் ஏற்றுமதி செய்யப்பட்ட JSON கோப்பை இறக்குமதி செய்க" @@ -56,8 +60,8 @@ msgid "" "A project with this identifier (\"%(project)s\") already exists. Please " "choose a new identifier" msgstr "" -"இந்த அடையாளங்காட்டியுடன் ஒரு திட்டம் (\"%(project)s\") ஏற்கனவே இருக்கிறது. " -"புதிய அடையாளங்காட்டியைத் தேர்ந்தெடுக்கவும்" +"இந்த அடையாளங்காட்டியுடன் ஒரு திட்டம் (\"%(project)s\") ஏற்கனவே " +"இருக்கிறது. புதிய அடையாளங்காட்டியைத் தேர்ந்தெடுக்கவும்" msgid "Get in" msgstr "உள்ளே வா" @@ -180,8 +184,8 @@ msgstr "இந்த தனிப்பட்ட குறியீடு சர #, python-format msgid "You have just created '%(project)s' to share your expenses" msgstr "" -"நீங்கள் இப்போது உருவாக்கியுள்ளீர்கள் '%(project)s' உங்கள் செலவுகளை பகிர்ந்து " -"கொள்ள" +"நீங்கள் இப்போது உருவாக்கியுள்ளீர்கள் '%(project)s' உங்கள் செலவுகளை " +"பகிர்ந்து கொள்ள" msgid "A reminder email has just been sent to you" msgstr "ஒரு நினைவூட்டல் மின்னஞ்சல் உங்களுக்கு அனுப்பப்பட்டுள்ளது" @@ -190,8 +194,8 @@ msgid "" "We tried to send you an reminder email, but there was an error. You can " "still use the project normally." msgstr "" -"உங்களுக்கு நினைவூட்டல் மின்னஞ்சலை அனுப்ப முயற்சித்தோம், ஆனால் பிழை ஏற்பட்டது" -". நீங்கள் இன்னும் திட்டத்தை சாதாரணமாக பயன்படுத்தலாம்." +"உங்களுக்கு நினைவூட்டல் மின்னஞ்சலை அனுப்ப முயற்சித்தோம், ஆனால் பிழை " +"ஏற்பட்டது. நீங்கள் இன்னும் திட்டத்தை சாதாரணமாக பயன்படுத்தலாம்." #, python-format msgid "The project identifier is %(project)s" @@ -203,8 +207,8 @@ msgid "" "contact the administrator." msgstr "" "மன்னிக்கவும், கடவுச்சொல் மீட்டமைப்பு வழிமுறைகளுடன் உங்களுக்கு மின்னஞ்சல் " -"அனுப்பும்போது பிழை ஏற்பட்டது. சேவையகத்தின் மின்னஞ்சல் உள்ளமைவை சரிபார்க்கவும்" -" அல்லது நிர்வாகியைத் தொடர்பு கொள்ளவும்." +"அனுப்பும்போது பிழை ஏற்பட்டது. சேவையகத்தின் மின்னஞ்சல் உள்ளமைவை " +"சரிபார்க்கவும் அல்லது நிர்வாகியைத் தொடர்பு கொள்ளவும்." msgid "No token provided" msgstr "டோக்கன் வழங்கப்படவில்லை" @@ -785,3 +789,4 @@ msgstr "" msgid "Period" msgstr "" + diff --git a/ihatemoney/translations/tr/LC_MESSAGES/messages.po b/ihatemoney/translations/tr/LC_MESSAGES/messages.po index e07dc847..59df4fa0 100644 --- a/ihatemoney/translations/tr/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/tr/LC_MESSAGES/messages.po @@ -1,18 +1,18 @@ + msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-30 21:50+0200\n" +"POT-Creation-Date: 2020-07-26 22:04+0200\n" "PO-Revision-Date: 2020-06-01 16:41+0000\n" "Last-Translator: Oğuz Ersen \n" -"Language-Team: Turkish \n" "Language: tr\n" +"Language-Team: Turkish \n" +"Plural-Forms: nplurals=2; plural=n != 1\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.1-dev\n" "Generated-By: Babel 2.8.0\n" msgid "" @@ -40,6 +40,9 @@ msgstr "Proje geçmişi için IP izlemeyi kullan" msgid "Default Currency" msgstr "Öntanımlı Para Birimi" +msgid "⚠ All bill currencies will be removed" +msgstr "" + msgid "Import previously exported JSON file" msgstr "Önceden dışa aktarılan JSON dosyasını içe aktar" @@ -837,3 +840,4 @@ msgstr "Dönem" #~ " Sunucu tarafından olduğu gibi " #~ "saklanmaktadır, bu yüzden kişisel bir " #~ "parolayı tekrar kullanmayın!" + diff --git a/ihatemoney/translations/uk/LC_MESSAGES/messages.po b/ihatemoney/translations/uk/LC_MESSAGES/messages.po index 752fbd2b..5dbb14bf 100644 --- a/ihatemoney/translations/uk/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/uk/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-30 21:50+0200\n" +"POT-Creation-Date: 2020-07-26 22:04+0200\n" "PO-Revision-Date: 2020-05-21 18:48+0000\n" "Last-Translator: Andrew Zaplitnyak \n" "Language: uk\n" @@ -39,6 +39,9 @@ msgstr "Слідкувати за мережевою адресою(IP) для msgid "Default Currency" msgstr "Стандартна валюта" +msgid "⚠ All bill currencies will be removed" +msgstr "" + msgid "Import previously exported JSON file" msgstr "Імпортувати попередньо експортований JSON файл" diff --git a/ihatemoney/translations/zh_Hans/LC_MESSAGES/messages.po b/ihatemoney/translations/zh_Hans/LC_MESSAGES/messages.po index 51f924f3..bc33e3d0 100644 --- a/ihatemoney/translations/zh_Hans/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/zh_Hans/LC_MESSAGES/messages.po @@ -1,3 +1,4 @@ + msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -8,6 +9,10 @@ msgstr "" "Language-Team: Chinese (Simplified) \n" "Language: zh_Hans\n" +"Language-Team: Chinese (Simplified) " +"" +"\n" +"Plural-Forms: nplurals=1; plural=0\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -38,6 +43,9 @@ msgstr "用IP追踪项目历史" msgid "Default Currency" msgstr "默认货币" +msgid "⚠ All bill currencies will be removed" +msgstr "" + msgid "Import previously exported JSON file" msgstr "导入之前的JSON 文件" @@ -798,3 +806,4 @@ msgstr "期间" #~ "is by the server, so don\\'t reuse" #~ " a personal password!" #~ msgstr "进入码已发送给朋友,会被保存在服务器,不要重复使用私人密码!" +