diff --git a/ihatemoney/forms.py b/ihatemoney/forms.py index 56375889..fcb9f9a4 100644 --- a/ihatemoney/forms.py +++ b/ihatemoney/forms.py @@ -112,15 +112,7 @@ 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) - + ( - " − " + _("⚠ All bill currencies will be removed") - if currency_name == self.currency_helper.no_currency - else "" - ), - ) + (currency_name, render_localized_currency(currency_name, detailed=True)) for currency_name in self.currency_helper.get_currencies() ] diff --git a/ihatemoney/messages.pot b/ihatemoney/messages.pot index b552af5f..27206f83 100644 --- a/ihatemoney/messages.pot +++ b/ihatemoney/messages.pot @@ -21,9 +21,6 @@ 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 13f74430..de7978b0 100644 --- a/ihatemoney/translations/cs/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/cs/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ 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 f7f1220d..31182012 100644 --- a/ihatemoney/translations/de/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/de/LC_MESSAGES/messages.po @@ -1,4 +1,3 @@ - msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -9,9 +8,6 @@ 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" @@ -44,9 +40,6 @@ 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" @@ -849,4 +842,3 @@ 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 07ed758a..beb897d5 100644 --- a/ihatemoney/translations/el/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/el/LC_MESSAGES/messages.po @@ -38,9 +38,6 @@ 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 cb707eeb..a7825934 100644 --- a/ihatemoney/translations/es_419/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/es_419/LC_MESSAGES/messages.po @@ -40,9 +40,6 @@ 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 d2bebbc1..cb67c398 100644 --- a/ihatemoney/translations/fr/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/fr/LC_MESSAGES/messages.po @@ -7,16 +7,17 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-07-26 22:04+0200\n" +"POT-Creation-Date: 2020-05-30 14:26+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 "" @@ -44,9 +45,6 @@ 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é" @@ -626,8 +624,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" @@ -1061,4 +1059,3 @@ 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 6de98a2b..e83b28bb 100644 --- a/ihatemoney/translations/hi/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/hi/LC_MESSAGES/messages.po @@ -1,26 +1,25 @@ - msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-07-26 22:04+0200\n" +"POT-Creation-Date: 2020-06-12 06:46+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" -"Generated-By: Babel 2.8.0\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.1-dev\n" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " "accepted." msgstr "" -"वैध राशि या चिह्न नहीं। केवल संख्या और + - * / ऑपरेटरों को स्वीकार किया " -"जाता है।" +"वैध राशि या चिह्न नहीं। केवल संख्या और + - * / ऑपरेटरों को स्वीकार किया जाता " +"है।" msgid "Project name" msgstr "परियोजना का नाम" @@ -40,9 +39,6 @@ msgstr "प्रोजेक्ट इतिहास के लिए IP ट msgid "Default Currency" msgstr "डिफ़ॉल्ट मुद्रा" -msgid "⚠ All bill currencies will be removed" -msgstr "" - msgid "Import previously exported JSON file" msgstr "पूर्व में निर्यात की गई JSON फ़ाइल आयात करें" @@ -60,8 +56,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 "अंदर जाइये" @@ -173,8 +169,7 @@ msgstr "यह व्यवस्थापक पासवर्ड सही msgid "You either provided a bad token or no project identifier." msgstr "" -"आपने या तो एक खराब टोकन प्रदान किया है या कोई प्रोजेक्ट पहचानकर्ता नहीं " -"है।" +"आपने या तो एक खराब टोकन प्रदान किया है या कोई प्रोजेक्ट पहचानकर्ता नहीं है।" msgid "This private code is not the right one" msgstr "यह निजी कोड सही नहीं है" @@ -190,8 +185,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" @@ -202,9 +197,9 @@ msgid "" "instructions. Please check the email configuration of the server or " "contact the administrator." msgstr "" -"क्षमा करें, पासवर्ड रीसेट निर्देशों के साथ आपको एक ईमेल भेजते समय कोई " -"त्रुटि हुई थी। कृपया सर्वर के ईमेल कॉन्फ़िगरेशन की जाँच करें या " -"व्यवस्थापक से संपर्क करें।" +"क्षमा करें, पासवर्ड रीसेट निर्देशों के साथ आपको एक ईमेल भेजते समय कोई त्रुटि " +"हुई थी। कृपया सर्वर के ईमेल कॉन्फ़िगरेशन की जाँच करें या व्यवस्थापक से संपर्" +"क करें।" msgid "No token provided" msgstr "कोई टोकन प्रदान नहीं किया गया" @@ -230,8 +225,7 @@ 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 "आपके निमंत्रण भेज दिए गए हैं" @@ -241,8 +235,8 @@ msgid "" "Please check the email configuration of the server or contact the " "administrator." msgstr "" -"क्षमा करें, आमंत्रण ईमेल भेजने का प्रयास करते समय कोई त्रुटि हुई। कृपया " -"सर्वर के ईमेल कॉन्फ़िगरेशन की जाँच करें या व्यवस्थापक से संपर्क करें।" +"क्षमा करें, आमंत्रण ईमेल भेजने का प्रयास करते समय कोई त्रुटि हुई। कृपया सर्" +"वर के ईमेल कॉन्फ़िगरेशन की जाँच करें या व्यवस्थापक से संपर्क करें।" #, python-format msgid "%(member)s has been added" @@ -257,8 +251,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" @@ -291,8 +285,8 @@ msgstr "वर्तमान में प्रबंधन कार्य msgid "The project you are trying to access do not exist, do you want to" msgstr "" -"जिस प्रोजेक्ट पर आप पहुचने की कोशिश कर रहे हैं, वह मौजूद नहीं है, क्या आप" -" यह करना चाहते हैं" +"जिस प्रोजेक्ट पर आप पहुचने की कोशिश कर रहे हैं, वह मौजूद नहीं है, क्या आप यह " +"करना चाहते हैं" msgid "create it" msgstr "बनाइये" @@ -435,10 +429,9 @@ msgid "" " The rest of the project history will be unaffected. This " "action cannot be undone." msgstr "" -"क्या आप वाकई इस प्रोजेक्ट के सभी रिकॉर्ड किए गए IP पतों को हटाना चाहते " -"हैं?\n" -" परियोजना का बाकी इतिहास अप्रभावित रहेगा। इस कार्य को " -"पूर्ववत नहीं किया जा सकता।" +"क्या आप वाकई इस प्रोजेक्ट के सभी रिकॉर्ड किए गए IP पतों को हटाना चाहते हैं?\n" +" परियोजना का बाकी इतिहास अप्रभावित रहेगा। इस कार्य को पूर्" +"ववत नहीं किया जा सकता।" msgid "Close" msgstr "बंद करे" @@ -453,8 +446,8 @@ msgid "" "Are you sure you want to erase all history for this project? This action " "cannot be undone." msgstr "" -"क्या आप वाकई इस परियोजना के लिए सभी इतिहास मिटाना चाहते हैं? इस कार्य को " -"पूर्ववत नहीं किया जा सकता।" +"क्या आप वाकई इस परियोजना के लिए सभी इतिहास मिटाना चाहते हैं? इस कार्य को पूर्" +"ववत नहीं किया जा सकता।" msgid "Added" msgstr "जोड़ा गया" @@ -477,8 +470,8 @@ msgid "" " " msgstr "" "\n" -" इस प्रोजेक्ट में इतिहास अक्षम है। नई कार्रवाइयां नीचे " -"दिखाई नहीं देंगी। आप इतिहास को यहाँ से सक्षम कर सकते हैं\n" +" इस प्रोजेक्ट में इतिहास अक्षम है। नई कार्रवाइयां नीचे दिखाई " +"नहीं देंगी। आप इतिहास को यहाँ से सक्षम कर सकते हैं\n" " सेटिंग्स पृष्ठ\n" " " @@ -492,19 +485,18 @@ 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 पते हटाएं" @@ -619,8 +611,8 @@ msgid "" "Don\\'t reuse a personal password. Choose a private code and send it to " "your friends" msgstr "" -"व्यक्तिगत पासवर्ड का पुन: उपयोग न करें। एक निजी कोड चुनें और इसे अपने " -"दोस्तों को भेजें" +"व्यक्तिगत पासवर्ड का पुन: उपयोग न करें। एक निजी कोड चुनें और इसे अपने दोस्तों" +" को भेजें" msgid "Account manager" msgstr "खाता प्रबंधक" @@ -765,8 +757,7 @@ msgid "" "You can share the project identifier and the private code by any " "communication means." msgstr "" -"आप किसी भी संचार माध्यम से परियोजना पहचानकर्ता और निजी कोड साझा कर सकते " -"हैं।" +"आप किसी भी संचार माध्यम से परियोजना पहचानकर्ता और निजी कोड साझा कर सकते हैं।" msgid "Identifier:" msgstr "पहचानकर्ता:" @@ -786,10 +777,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 "किसे भुगतान करना है?" @@ -820,4 +811,3 @@ msgstr "मासिक खर्च" msgid "Period" msgstr "अवधि" - diff --git a/ihatemoney/translations/id/LC_MESSAGES/messages.po b/ihatemoney/translations/id/LC_MESSAGES/messages.po index 12823c0f..313a2c95 100644 --- a/ihatemoney/translations/id/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/id/LC_MESSAGES/messages.po @@ -40,9 +40,6 @@ 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 0bc143c3..c00e3766 100644 --- a/ihatemoney/translations/it/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/it/LC_MESSAGES/messages.po @@ -1,4 +1,3 @@ - msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -9,9 +8,6 @@ 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" @@ -43,9 +39,6 @@ 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" @@ -628,8 +621,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" @@ -851,4 +844,3 @@ 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 2f4e1f2d..2a7ead99 100644 --- a/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.po @@ -1,4 +1,3 @@ - msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -6,10 +5,9 @@ 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" @@ -42,9 +40,6 @@ 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" @@ -947,4 +942,3 @@ 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 301972fe..4116be32 100644 --- a/ihatemoney/translations/nl/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/nl/LC_MESSAGES/messages.po @@ -40,9 +40,6 @@ 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 a3edd0ed..1c991ac7 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-07-26 22:04+0200\n" +"POT-Creation-Date: 2020-05-30 21:50+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,9 +41,6 @@ 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" @@ -189,8 +186,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" @@ -840,4 +837,3 @@ 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 057ac012..6dd9e8dd 100644 --- a/ihatemoney/translations/pt_BR/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/pt_BR/LC_MESSAGES/messages.po @@ -1,4 +1,3 @@ - msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -9,11 +8,8 @@ msgstr "" "Language-Team: Portuguese (Brazil) \n" "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" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.2.1-dev\n" @@ -43,9 +39,6 @@ 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" @@ -168,7 +161,8 @@ 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." @@ -242,9 +236,8 @@ 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" @@ -283,7 +276,8 @@ 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" @@ -355,7 +349,8 @@ 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?" @@ -437,8 +432,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" @@ -453,8 +448,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" @@ -494,8 +489,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" " " @@ -503,8 +498,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" @@ -531,7 +526,8 @@ 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" @@ -619,8 +615,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" @@ -825,5 +821,8 @@ msgid "Period" msgstr "Período" ======= msgstr "" +<<<<<<< HEAD >>>>>>> 8c98695 (Add warning in edit project form) +======= +>>>>>>> 74bc2f8 (Revert "Add warning in edit project form") diff --git a/ihatemoney/translations/ru/LC_MESSAGES/messages.po b/ihatemoney/translations/ru/LC_MESSAGES/messages.po index 9ea84fd1..92a36ee3 100644 --- a/ihatemoney/translations/ru/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/ru/LC_MESSAGES/messages.po @@ -41,9 +41,6 @@ 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 5c9b07f8..5ab8d659 100644 --- a/ihatemoney/translations/ta/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/ta/LC_MESSAGES/messages.po @@ -1,19 +1,18 @@ - msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-07-26 22:04+0200\n" +"POT-Creation-Date: 2020-06-30 19:34+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" -"Generated-By: Babel 2.8.0\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.2-dev\n" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -40,9 +39,6 @@ msgstr "திட்ட வரலாற்றுக்கு ஐபி கண் msgid "Default Currency" msgstr "இயல்புநிலை நாணயம்" -msgid "⚠ All bill currencies will be removed" -msgstr "" - msgid "Import previously exported JSON file" msgstr "முன்னர் ஏற்றுமதி செய்யப்பட்ட JSON கோப்பை இறக்குமதி செய்க" @@ -60,8 +56,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 "உள்ளே வா" @@ -184,8 +180,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 "ஒரு நினைவூட்டல் மின்னஞ்சல் உங்களுக்கு அனுப்பப்பட்டுள்ளது" @@ -194,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" @@ -207,8 +203,8 @@ msgid "" "contact the administrator." msgstr "" "மன்னிக்கவும், கடவுச்சொல் மீட்டமைப்பு வழிமுறைகளுடன் உங்களுக்கு மின்னஞ்சல் " -"அனுப்பும்போது பிழை ஏற்பட்டது. சேவையகத்தின் மின்னஞ்சல் உள்ளமைவை " -"சரிபார்க்கவும் அல்லது நிர்வாகியைத் தொடர்பு கொள்ளவும்." +"அனுப்பும்போது பிழை ஏற்பட்டது. சேவையகத்தின் மின்னஞ்சல் உள்ளமைவை சரிபார்க்கவும்" +" அல்லது நிர்வாகியைத் தொடர்பு கொள்ளவும்." msgid "No token provided" msgstr "டோக்கன் வழங்கப்படவில்லை" @@ -789,4 +785,3 @@ msgstr "" msgid "Period" msgstr "" - diff --git a/ihatemoney/translations/tr/LC_MESSAGES/messages.po b/ihatemoney/translations/tr/LC_MESSAGES/messages.po index 59df4fa0..e07dc847 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-07-26 22:04+0200\n" +"POT-Creation-Date: 2020-05-30 21:50+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,9 +40,6 @@ 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" @@ -840,4 +837,3 @@ 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 5dbb14bf..752fbd2b 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-07-26 22:04+0200\n" +"POT-Creation-Date: 2020-05-30 21:50+0200\n" "PO-Revision-Date: 2020-05-21 18:48+0000\n" "Last-Translator: Andrew Zaplitnyak \n" "Language: uk\n" @@ -39,9 +39,6 @@ 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 bc33e3d0..51f924f3 100644 --- a/ihatemoney/translations/zh_Hans/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/zh_Hans/LC_MESSAGES/messages.po @@ -1,4 +1,3 @@ - msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -9,10 +8,6 @@ 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" @@ -43,9 +38,6 @@ msgstr "用IP追踪项目历史" msgid "Default Currency" msgstr "默认货币" -msgid "⚠ All bill currencies will be removed" -msgstr "" - msgid "Import previously exported JSON file" msgstr "导入之前的JSON 文件" @@ -806,4 +798,3 @@ msgstr "期间" #~ "is by the server, so don\\'t reuse" #~ " a personal password!" #~ msgstr "进入码已发送给朋友,会被保存在服务器,不要重复使用私人密码!" -