mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 05:01:48 +02:00
Revert "Add warning in edit project form"
This reverts commit 8c9869555b03fd875a597665b7b2365b807e602e.
This commit is contained in:
parent
80a0535992
commit
c51ddcfe28
19 changed files with 107 additions and 197 deletions
|
@ -112,15 +112,7 @@ class EditProjectForm(FlaskForm):
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
super().__init__(*args, **kwargs)
|
super().__init__(*args, **kwargs)
|
||||||
self.default_currency.choices = [
|
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()
|
for currency_name in self.currency_helper.get_currencies()
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -21,9 +21,6 @@ msgstr ""
|
||||||
msgid "Default Currency"
|
msgid "Default Currency"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "⚠ All bill currencies will be removed"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Import previously exported JSON file"
|
msgid "Import previously exported JSON file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -39,9 +39,6 @@ msgstr "Záznam IP adres pro historii projektu"
|
||||||
msgid "Default Currency"
|
msgid "Default Currency"
|
||||||
msgstr "Výchozí měna"
|
msgstr "Výchozí měna"
|
||||||
|
|
||||||
msgid "⚠ All bill currencies will be removed"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Import previously exported JSON file"
|
msgid "Import previously exported JSON file"
|
||||||
msgstr "Import exportovaného JSON souboru"
|
msgstr "Import exportovaného JSON souboru"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
|
@ -9,9 +8,6 @@ msgstr ""
|
||||||
"Language-Team: German <https://hosted.weblate.org/projects/i-hate-money/"
|
"Language-Team: German <https://hosted.weblate.org/projects/i-hate-money/"
|
||||||
"i-hate-money/de/>\n"
|
"i-hate-money/de/>\n"
|
||||||
"Language: de\n"
|
"Language: de\n"
|
||||||
"Language-Team: German <https://hosted.weblate.org/projects/i-hate-money/i"
|
|
||||||
"-hate-money/de/>\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
|
||||||
"MIME-Version: 1.0\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"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
@ -44,9 +40,6 @@ msgstr "IP-Tracking für Verlauf benutzen"
|
||||||
msgid "Default Currency"
|
msgid "Default Currency"
|
||||||
msgstr "Standardwährung"
|
msgstr "Standardwährung"
|
||||||
|
|
||||||
msgid "⚠ All bill currencies will be removed"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Import previously exported JSON file"
|
msgid "Import previously exported JSON file"
|
||||||
msgstr "Zuvor exportierte JSON-Datei importieren"
|
msgstr "Zuvor exportierte JSON-Datei importieren"
|
||||||
|
|
||||||
|
@ -849,4 +842,3 @@ msgstr "Zeitraum"
|
||||||
#~ " gesendet. Es wird als Klartext auf"
|
#~ " gesendet. Es wird als Klartext auf"
|
||||||
#~ " dem Server gespeichert. Bitte verwenden"
|
#~ " dem Server gespeichert. Bitte verwenden"
|
||||||
#~ " daher kein persönliches Passwort!"
|
#~ " daher kein persönliches Passwort!"
|
||||||
|
|
||||||
|
|
|
@ -38,9 +38,6 @@ msgstr "Χρήση παρακολούθησης IP για ιστορικό έρ
|
||||||
msgid "Default Currency"
|
msgid "Default Currency"
|
||||||
msgstr "Προεπιλεγμένο Νόμισμα"
|
msgstr "Προεπιλεγμένο Νόμισμα"
|
||||||
|
|
||||||
msgid "⚠ All bill currencies will be removed"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Import previously exported JSON file"
|
msgid "Import previously exported JSON file"
|
||||||
msgstr "Εισαγωγή αρχείου JSON που έχει εξαχθεί προηγουμένως"
|
msgstr "Εισαγωγή αρχείου JSON που έχει εξαχθεί προηγουμένως"
|
||||||
|
|
||||||
|
|
|
@ -40,9 +40,6 @@ msgstr "Registrar la IPs para el historial del proyecto"
|
||||||
msgid "Default Currency"
|
msgid "Default Currency"
|
||||||
msgstr "Moneda por defecto"
|
msgstr "Moneda por defecto"
|
||||||
|
|
||||||
msgid "⚠ All bill currencies will be removed"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Import previously exported JSON file"
|
msgid "Import previously exported JSON file"
|
||||||
msgstr "Importar archivo JSON previamente exportado"
|
msgstr "Importar archivo JSON previamente exportado"
|
||||||
|
|
||||||
|
|
|
@ -7,16 +7,17 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\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"
|
"PO-Revision-Date: 2020-06-01 16:41+0000\n"
|
||||||
"Last-Translator: Glandos <bugs-github@antipoul.fr>\n"
|
"Last-Translator: Glandos <bugs-github@antipoul.fr>\n"
|
||||||
|
"Language-Team: French <https://hosted.weblate.org/projects/i-hate-money/"
|
||||||
|
"i-hate-money/fr/>\n"
|
||||||
"Language: fr\n"
|
"Language: fr\n"
|
||||||
"Language-Team: French <https://hosted.weblate.org/projects/i-hate-money/i"
|
|
||||||
"-hate-money/fr/>\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=n > 1\n"
|
|
||||||
"MIME-Version: 1.0\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"
|
"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"
|
"Generated-By: Babel 2.8.0\n"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -44,9 +45,6 @@ msgstr "Collecter les adresses IP dans l'historique de projet"
|
||||||
msgid "Default Currency"
|
msgid "Default Currency"
|
||||||
msgstr "Devise par défaut"
|
msgstr "Devise par défaut"
|
||||||
|
|
||||||
msgid "⚠ All bill currencies will be removed"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Import previously exported JSON file"
|
msgid "Import previously exported JSON file"
|
||||||
msgstr "Importer un fichier JSON précédemment exporté"
|
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 "
|
"Don\\'t reuse a personal password. Choose a private code and send it to "
|
||||||
"your friends"
|
"your friends"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Ne réutilisez pas un de vos mots de passe. Choisissez un code personnel "
|
"Ne réutilisez pas un de vos mots de passe. Choisissez un code personnel et "
|
||||||
"et envoyez le à vos amis"
|
"envoyez le à vos amis"
|
||||||
|
|
||||||
msgid "Account manager"
|
msgid "Account manager"
|
||||||
msgstr "Gestion de comptes"
|
msgstr "Gestion de comptes"
|
||||||
|
@ -1061,4 +1059,3 @@ msgstr "Période"
|
||||||
#~ " vos amis et stocké en clair "
|
#~ " vos amis et stocké en clair "
|
||||||
#~ "sur le serveur. N’utilisez pas un "
|
#~ "sur le serveur. N’utilisez pas un "
|
||||||
#~ "mot de passe personnel !"
|
#~ "mot de passe personnel !"
|
||||||
|
|
||||||
|
|
|
@ -1,26 +1,25 @@
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2020-06-14 14:41+0000\n"
|
||||||
"Last-Translator: raghupalash <singhpalash0@gmail.com>\n"
|
"Last-Translator: raghupalash <singhpalash0@gmail.com>\n"
|
||||||
|
"Language-Team: Hindi <https://hosted.weblate.org/projects/i-hate-money/"
|
||||||
|
"i-hate-money/hi/>\n"
|
||||||
"Language: hi\n"
|
"Language: hi\n"
|
||||||
"Language-Team: Hindi <https://hosted.weblate.org/projects/i-hate-money/i"
|
|
||||||
"-hate-money/hi/>\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=n > 1\n"
|
|
||||||
"MIME-Version: 1.0\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"
|
"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 ""
|
msgid ""
|
||||||
"Not a valid amount or expression. Only numbers and + - * / operators are "
|
"Not a valid amount or expression. Only numbers and + - * / operators are "
|
||||||
"accepted."
|
"accepted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"वैध राशि या चिह्न नहीं। केवल संख्या और + - * / ऑपरेटरों को स्वीकार किया "
|
"वैध राशि या चिह्न नहीं। केवल संख्या और + - * / ऑपरेटरों को स्वीकार किया जाता "
|
||||||
"जाता है।"
|
"है।"
|
||||||
|
|
||||||
msgid "Project name"
|
msgid "Project name"
|
||||||
msgstr "परियोजना का नाम"
|
msgstr "परियोजना का नाम"
|
||||||
|
@ -40,9 +39,6 @@ msgstr "प्रोजेक्ट इतिहास के लिए IP ट
|
||||||
msgid "Default Currency"
|
msgid "Default Currency"
|
||||||
msgstr "डिफ़ॉल्ट मुद्रा"
|
msgstr "डिफ़ॉल्ट मुद्रा"
|
||||||
|
|
||||||
msgid "⚠ All bill currencies will be removed"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Import previously exported JSON file"
|
msgid "Import previously exported JSON file"
|
||||||
msgstr "पूर्व में निर्यात की गई JSON फ़ाइल आयात करें"
|
msgstr "पूर्व में निर्यात की गई JSON फ़ाइल आयात करें"
|
||||||
|
|
||||||
|
@ -60,8 +56,8 @@ msgid ""
|
||||||
"A project with this identifier (\"%(project)s\") already exists. Please "
|
"A project with this identifier (\"%(project)s\") already exists. Please "
|
||||||
"choose a new identifier"
|
"choose a new identifier"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"इस पहचानकर्ता के साथ एक परियोजना (\"%(project)s\") पहले से मौजूद है। "
|
"इस पहचानकर्ता के साथ एक परियोजना (\"%(project)s\") पहले से मौजूद है। कृपया "
|
||||||
"कृपया एक नया पहचानकर्ता चुनें"
|
"एक नया पहचानकर्ता चुनें"
|
||||||
|
|
||||||
msgid "Get in"
|
msgid "Get in"
|
||||||
msgstr "अंदर जाइये"
|
msgstr "अंदर जाइये"
|
||||||
|
@ -173,8 +169,7 @@ msgstr "यह व्यवस्थापक पासवर्ड सही
|
||||||
|
|
||||||
msgid "You either provided a bad token or no project identifier."
|
msgid "You either provided a bad token or no project identifier."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"आपने या तो एक खराब टोकन प्रदान किया है या कोई प्रोजेक्ट पहचानकर्ता नहीं "
|
"आपने या तो एक खराब टोकन प्रदान किया है या कोई प्रोजेक्ट पहचानकर्ता नहीं है।"
|
||||||
"है।"
|
|
||||||
|
|
||||||
msgid "This private code is not the right one"
|
msgid "This private code is not the right one"
|
||||||
msgstr "यह निजी कोड सही नहीं है"
|
msgstr "यह निजी कोड सही नहीं है"
|
||||||
|
@ -190,8 +185,8 @@ msgid ""
|
||||||
"We tried to send you an reminder email, but there was an error. You can "
|
"We tried to send you an reminder email, but there was an error. You can "
|
||||||
"still use the project normally."
|
"still use the project normally."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"हमने आपको एक अनुस्मारक ईमेल भेजने की कोशिश की, लेकिन कोई त्रुटि थी। आप "
|
"हमने आपको एक अनुस्मारक ईमेल भेजने की कोशिश की, लेकिन कोई त्रुटि थी। आप अभी भी"
|
||||||
"अभी भी सामान्य रूप से प्रोजेक्ट का उपयोग कर सकते हैं।"
|
" सामान्य रूप से प्रोजेक्ट का उपयोग कर सकते हैं।"
|
||||||
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "The project identifier is %(project)s"
|
msgid "The project identifier is %(project)s"
|
||||||
|
@ -202,9 +197,9 @@ msgid ""
|
||||||
"instructions. Please check the email configuration of the server or "
|
"instructions. Please check the email configuration of the server or "
|
||||||
"contact the administrator."
|
"contact the administrator."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"क्षमा करें, पासवर्ड रीसेट निर्देशों के साथ आपको एक ईमेल भेजते समय कोई "
|
"क्षमा करें, पासवर्ड रीसेट निर्देशों के साथ आपको एक ईमेल भेजते समय कोई त्रुटि "
|
||||||
"त्रुटि हुई थी। कृपया सर्वर के ईमेल कॉन्फ़िगरेशन की जाँच करें या "
|
"हुई थी। कृपया सर्वर के ईमेल कॉन्फ़िगरेशन की जाँच करें या व्यवस्थापक से संपर्"
|
||||||
"व्यवस्थापक से संपर्क करें।"
|
"क करें।"
|
||||||
|
|
||||||
msgid "No token provided"
|
msgid "No token provided"
|
||||||
msgstr "कोई टोकन प्रदान नहीं किया गया"
|
msgstr "कोई टोकन प्रदान नहीं किया गया"
|
||||||
|
@ -230,8 +225,7 @@ msgstr "प्रोजेक्ट सफलतापूर्वक हटा
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "You have been invited to share your expenses for %(project)s"
|
msgid "You have been invited to share your expenses for %(project)s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"आपको %(project)s के लिए अपने खर्चों को साझा करने के लिए आमंत्रित किया गया"
|
"आपको %(project)s के लिए अपने खर्चों को साझा करने के लिए आमंत्रित किया गया है"
|
||||||
" है"
|
|
||||||
|
|
||||||
msgid "Your invitations have been sent"
|
msgid "Your invitations have been sent"
|
||||||
msgstr "आपके निमंत्रण भेज दिए गए हैं"
|
msgstr "आपके निमंत्रण भेज दिए गए हैं"
|
||||||
|
@ -241,8 +235,8 @@ msgid ""
|
||||||
"Please check the email configuration of the server or contact the "
|
"Please check the email configuration of the server or contact the "
|
||||||
"administrator."
|
"administrator."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"क्षमा करें, आमंत्रण ईमेल भेजने का प्रयास करते समय कोई त्रुटि हुई। कृपया "
|
"क्षमा करें, आमंत्रण ईमेल भेजने का प्रयास करते समय कोई त्रुटि हुई। कृपया सर्"
|
||||||
"सर्वर के ईमेल कॉन्फ़िगरेशन की जाँच करें या व्यवस्थापक से संपर्क करें।"
|
"वर के ईमेल कॉन्फ़िगरेशन की जाँच करें या व्यवस्थापक से संपर्क करें।"
|
||||||
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%(member)s has been added"
|
msgid "%(member)s has been added"
|
||||||
|
@ -257,8 +251,8 @@ msgid ""
|
||||||
"User '%(name)s' has been deactivated. It will still appear in the users "
|
"User '%(name)s' has been deactivated. It will still appear in the users "
|
||||||
"list until its balance becomes zero."
|
"list until its balance becomes zero."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"उपयोगकर्ता '%(name)s' को निष्क्रिय कर दिया गया है। यह तब भी उपयोगकर्ताओं "
|
"उपयोगकर्ता '%(name)s' को निष्क्रिय कर दिया गया है। यह तब भी उपयोगकर्ताओं की "
|
||||||
"की सूची में दिखाई देगा जब तक कि इसका संतुलन शून्य नहीं हो जाता।"
|
"सूची में दिखाई देगा जब तक कि इसका संतुलन शून्य नहीं हो जाता।"
|
||||||
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "User '%(name)s' has been removed"
|
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"
|
msgid "The project you are trying to access do not exist, do you want to"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"जिस प्रोजेक्ट पर आप पहुचने की कोशिश कर रहे हैं, वह मौजूद नहीं है, क्या आप"
|
"जिस प्रोजेक्ट पर आप पहुचने की कोशिश कर रहे हैं, वह मौजूद नहीं है, क्या आप यह "
|
||||||
" यह करना चाहते हैं"
|
"करना चाहते हैं"
|
||||||
|
|
||||||
msgid "create it"
|
msgid "create it"
|
||||||
msgstr "बनाइये"
|
msgstr "बनाइये"
|
||||||
|
@ -435,10 +429,9 @@ msgid ""
|
||||||
" The rest of the project history will be unaffected. This "
|
" The rest of the project history will be unaffected. This "
|
||||||
"action cannot be undone."
|
"action cannot be undone."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"क्या आप वाकई इस प्रोजेक्ट के सभी रिकॉर्ड किए गए IP पतों को हटाना चाहते "
|
"क्या आप वाकई इस प्रोजेक्ट के सभी रिकॉर्ड किए गए IP पतों को हटाना चाहते हैं?\n"
|
||||||
"हैं?\n"
|
" परियोजना का बाकी इतिहास अप्रभावित रहेगा। इस कार्य को पूर्"
|
||||||
" परियोजना का बाकी इतिहास अप्रभावित रहेगा। इस कार्य को "
|
"ववत नहीं किया जा सकता।"
|
||||||
"पूर्ववत नहीं किया जा सकता।"
|
|
||||||
|
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "बंद करे"
|
msgstr "बंद करे"
|
||||||
|
@ -453,8 +446,8 @@ msgid ""
|
||||||
"Are you sure you want to erase all history for this project? This action "
|
"Are you sure you want to erase all history for this project? This action "
|
||||||
"cannot be undone."
|
"cannot be undone."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"क्या आप वाकई इस परियोजना के लिए सभी इतिहास मिटाना चाहते हैं? इस कार्य को "
|
"क्या आप वाकई इस परियोजना के लिए सभी इतिहास मिटाना चाहते हैं? इस कार्य को पूर्"
|
||||||
"पूर्ववत नहीं किया जा सकता।"
|
"ववत नहीं किया जा सकता।"
|
||||||
|
|
||||||
msgid "Added"
|
msgid "Added"
|
||||||
msgstr "जोड़ा गया"
|
msgstr "जोड़ा गया"
|
||||||
|
@ -477,8 +470,8 @@ msgid ""
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"\n"
|
"\n"
|
||||||
" <i>इस प्रोजेक्ट में इतिहास अक्षम है। नई कार्रवाइयां नीचे "
|
" <i>इस प्रोजेक्ट में इतिहास अक्षम है। नई कार्रवाइयां नीचे दिखाई "
|
||||||
"दिखाई नहीं देंगी। आप इतिहास को यहाँ से सक्षम कर सकते हैं</i>\n"
|
"नहीं देंगी। आप इतिहास को यहाँ से सक्षम कर सकते हैं</i>\n"
|
||||||
" <a href=\"%(url)s\">सेटिंग्स पृष्ठ</a>\n"
|
" <a href=\"%(url)s\">सेटिंग्स पृष्ठ</a>\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
|
@ -492,19 +485,18 @@ msgid ""
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"\n"
|
"\n"
|
||||||
" <i>नीचे दी गई तालिका परियोजना इतिहास को अक्षम करने से पहले "
|
" <i>नीचे दी गई तालिका परियोजना इतिहास को अक्षम करने से पहले दर्ज "
|
||||||
"दर्ज की गई कार्रवाइयों को दर्शाती है। आप उन्हें हटाने के लिए\n"
|
"की गई कार्रवाइयों को दर्शाती है। आप उन्हें हटाने के लिए\n"
|
||||||
" <a href=\"#\" data-toggle=\"modal\" data-keyboard=\"false\" "
|
" <a href=\"#\" data-toggle=\"modal\" data-keyboard=\"false\" data-"
|
||||||
"data-target=\"#confirm-erase\">प्रोजेक्ट इतिहास हटा</a>सकते हैं।</i></p>"
|
"target=\"#confirm-erase\">प्रोजेक्ट इतिहास हटा</a>सकते हैं।</i></p>\n"
|
||||||
"\n"
|
|
||||||
" "
|
" "
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Some entries below contain IP addresses, even though this project has IP "
|
"Some entries below contain IP addresses, even though this project has IP "
|
||||||
"recording disabled. "
|
"recording disabled. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"नीचे कुछ प्रविष्टियों में IP पते हैं, भले ही इस परियोजना में IP "
|
"नीचे कुछ प्रविष्टियों में IP पते हैं, भले ही इस परियोजना में IP रिकॉर्डिंग "
|
||||||
"रिकॉर्डिंग अक्षम है। "
|
"अक्षम है। "
|
||||||
|
|
||||||
msgid "Delete stored IP addresses"
|
msgid "Delete stored IP addresses"
|
||||||
msgstr "संग्रहीत IP पते हटाएं"
|
msgstr "संग्रहीत IP पते हटाएं"
|
||||||
|
@ -619,8 +611,8 @@ msgid ""
|
||||||
"Don\\'t reuse a personal password. Choose a private code and send it to "
|
"Don\\'t reuse a personal password. Choose a private code and send it to "
|
||||||
"your friends"
|
"your friends"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"व्यक्तिगत पासवर्ड का पुन: उपयोग न करें। एक निजी कोड चुनें और इसे अपने "
|
"व्यक्तिगत पासवर्ड का पुन: उपयोग न करें। एक निजी कोड चुनें और इसे अपने दोस्तों"
|
||||||
"दोस्तों को भेजें"
|
" को भेजें"
|
||||||
|
|
||||||
msgid "Account manager"
|
msgid "Account manager"
|
||||||
msgstr "खाता प्रबंधक"
|
msgstr "खाता प्रबंधक"
|
||||||
|
@ -765,8 +757,7 @@ msgid ""
|
||||||
"You can share the project identifier and the private code by any "
|
"You can share the project identifier and the private code by any "
|
||||||
"communication means."
|
"communication means."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"आप किसी भी संचार माध्यम से परियोजना पहचानकर्ता और निजी कोड साझा कर सकते "
|
"आप किसी भी संचार माध्यम से परियोजना पहचानकर्ता और निजी कोड साझा कर सकते हैं।"
|
||||||
"हैं।"
|
|
||||||
|
|
||||||
msgid "Identifier:"
|
msgid "Identifier:"
|
||||||
msgstr "पहचानकर्ता:"
|
msgstr "पहचानकर्ता:"
|
||||||
|
@ -786,10 +777,10 @@ msgid ""
|
||||||
" creation of this budget management project and we will "
|
" creation of this budget management project and we will "
|
||||||
"send them an email for you."
|
"send them an email for you."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"उन ईमेल पतों की एक (अल्पविराम से अलग की गयी) सूची निर्दिष्ट करें जिन्हे "
|
"उन ईमेल पतों की एक (अल्पविराम से अलग की गयी) सूची निर्दिष्ट करें जिन्हे आप "
|
||||||
"आप इस \n"
|
"इस \n"
|
||||||
"\t\t बजट प्रबंधन परियोजना के निर्माण के बारे में सूचित करना चाहते हैं "
|
"\t\t बजट प्रबंधन परियोजना के निर्माण के बारे में सूचित करना चाहते हैं और "
|
||||||
"और हम उन्हें आपके लिए एक ईमेल भेजेंगे।"
|
"हम उन्हें आपके लिए एक ईमेल भेजेंगे।"
|
||||||
|
|
||||||
msgid "Who pays?"
|
msgid "Who pays?"
|
||||||
msgstr "किसे भुगतान करना है?"
|
msgstr "किसे भुगतान करना है?"
|
||||||
|
@ -820,4 +811,3 @@ msgstr "मासिक खर्च"
|
||||||
|
|
||||||
msgid "Period"
|
msgid "Period"
|
||||||
msgstr "अवधि"
|
msgstr "अवधि"
|
||||||
|
|
||||||
|
|
|
@ -40,9 +40,6 @@ msgstr "Gunakan pelacakan IP untuk riwayat proyek"
|
||||||
msgid "Default Currency"
|
msgid "Default Currency"
|
||||||
msgstr "Mata Uang Standar"
|
msgstr "Mata Uang Standar"
|
||||||
|
|
||||||
msgid "⚠ All bill currencies will be removed"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Import previously exported JSON file"
|
msgid "Import previously exported JSON file"
|
||||||
msgstr "Impor file JSON yang sudah diekspor sebelumnya"
|
msgstr "Impor file JSON yang sudah diekspor sebelumnya"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
|
@ -9,9 +8,6 @@ msgstr ""
|
||||||
"Language-Team: Italian <https://hosted.weblate.org/projects/i-hate-money/"
|
"Language-Team: Italian <https://hosted.weblate.org/projects/i-hate-money/"
|
||||||
"i-hate-money/it/>\n"
|
"i-hate-money/it/>\n"
|
||||||
"Language: it\n"
|
"Language: it\n"
|
||||||
"Language-Team: Italian <https://hosted.weblate.org/projects/i-hate-"
|
|
||||||
"money/i-hate-money/it/>\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
|
||||||
"MIME-Version: 1.0\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"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
@ -43,9 +39,6 @@ msgstr "Utilizzare la localizzazione IP per lo storico del progetto"
|
||||||
msgid "Default Currency"
|
msgid "Default Currency"
|
||||||
msgstr "Valuta predefinita"
|
msgstr "Valuta predefinita"
|
||||||
|
|
||||||
msgid "⚠ All bill currencies will be removed"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Import previously exported JSON file"
|
msgid "Import previously exported JSON file"
|
||||||
msgstr "Importare il file JSON esportato precedentemente"
|
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 "
|
"Don\\'t reuse a personal password. Choose a private code and send it to "
|
||||||
"your friends"
|
"your friends"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Non riutilizzare una password personale. Scegli un codice privato e "
|
"Non riutilizzare una password personale. Scegli un codice privato e invialo "
|
||||||
"invialo ai tuoi amici"
|
"ai tuoi amici"
|
||||||
|
|
||||||
msgid "Account manager"
|
msgid "Account manager"
|
||||||
msgstr "Gestione account"
|
msgstr "Gestione account"
|
||||||
|
@ -851,4 +844,3 @@ msgstr "Periodo"
|
||||||
#~ " ai tuoi amici. È conservato in "
|
#~ " ai tuoi amici. È conservato in "
|
||||||
#~ "chiaro sul server, quindi non "
|
#~ "chiaro sul server, quindi non "
|
||||||
#~ "riutilizzarlo come password personale!"
|
#~ "riutilizzarlo come password personale!"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
|
@ -6,10 +5,9 @@ msgstr ""
|
||||||
"POT-Creation-Date: 2020-05-30 21:50+0200\n"
|
"POT-Creation-Date: 2020-05-30 21:50+0200\n"
|
||||||
"PO-Revision-Date: 2021-05-09 04:33+0000\n"
|
"PO-Revision-Date: 2021-05-09 04:33+0000\n"
|
||||||
"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n"
|
"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n"
|
||||||
|
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/"
|
||||||
|
"i-hate-money/i-hate-money/nb_NO/>\n"
|
||||||
"Language: nb_NO\n"
|
"Language: nb_NO\n"
|
||||||
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/i"
|
|
||||||
"-hate-money/i-hate-money/nb_NO/>\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
|
||||||
"MIME-Version: 1.0\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"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
@ -42,9 +40,6 @@ msgstr "Bruk IP-sporing for prosjekthistorikk"
|
||||||
msgid "Default Currency"
|
msgid "Default Currency"
|
||||||
msgstr "Forvalgt valuta"
|
msgstr "Forvalgt valuta"
|
||||||
|
|
||||||
msgid "⚠ All bill currencies will be removed"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Import previously exported JSON file"
|
msgid "Import previously exported JSON file"
|
||||||
msgstr "Importer tidligere eksportert JSON-fil"
|
msgstr "Importer tidligere eksportert JSON-fil"
|
||||||
|
|
||||||
|
@ -947,4 +942,3 @@ msgstr ""
|
||||||
#~ " venne dine. Den lagres som den "
|
#~ " venne dine. Den lagres som den "
|
||||||
#~ "er på tjeneren, så ikke gjenbruk "
|
#~ "er på tjeneren, så ikke gjenbruk "
|
||||||
#~ "et personlig passord."
|
#~ "et personlig passord."
|
||||||
|
|
||||||
|
|
|
@ -40,9 +40,6 @@ msgstr "IP-tracking voor projectgeschiedenis gebruiken"
|
||||||
msgid "Default Currency"
|
msgid "Default Currency"
|
||||||
msgstr "Standaard munteenheid"
|
msgstr "Standaard munteenheid"
|
||||||
|
|
||||||
msgid "⚠ All bill currencies will be removed"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Import previously exported JSON file"
|
msgid "Import previously exported JSON file"
|
||||||
msgstr "Eerder geëxporteerd JSON-bestand importeren"
|
msgstr "Eerder geëxporteerd JSON-bestand importeren"
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2020-06-03 15:41+0000\n"
|
||||||
"Last-Translator: Szylu <chipolade@gmail.com>\n"
|
"Last-Translator: Szylu <chipolade@gmail.com>\n"
|
||||||
|
"Language-Team: Polish <https://hosted.weblate.org/projects/i-hate-money/"
|
||||||
|
"i-hate-money/pl/>\n"
|
||||||
"Language: pl\n"
|
"Language: pl\n"
|
||||||
"Language-Team: Polish <https://hosted.weblate.org/projects/i-hate-money/i"
|
|
||||||
"-hate-money/pl/>\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"
|
"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"
|
"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"
|
"Generated-By: Babel 2.8.0\n"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -41,9 +41,6 @@ msgstr "Użyj śledzenia IP do historii projektu"
|
||||||
msgid "Default Currency"
|
msgid "Default Currency"
|
||||||
msgstr "Domyślna waluta"
|
msgstr "Domyślna waluta"
|
||||||
|
|
||||||
msgid "⚠ All bill currencies will be removed"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Import previously exported JSON file"
|
msgid "Import previously exported JSON file"
|
||||||
msgstr "Zaimportuj wcześniej wyeksportowany plik JSON"
|
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 "
|
"We tried to send you an reminder email, but there was an error. You can "
|
||||||
"still use the project normally."
|
"still use the project normally."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Próbowaliśmy wysłać Ci wiadomość e-mail z przypomnieniem, ale wystąpił "
|
"Próbowaliśmy wysłać Ci wiadomość e-mail z przypomnieniem, ale wystąpił błąd. "
|
||||||
"błąd. Nadal możesz normalnie korzystać z projektu."
|
"Nadal możesz normalnie korzystać z projektu."
|
||||||
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "The project identifier is %(project)s"
|
msgid "The project identifier is %(project)s"
|
||||||
|
@ -840,4 +837,3 @@ msgstr "Okres"
|
||||||
#~ "znajomych. Jest przechowywany w stanie "
|
#~ "znajomych. Jest przechowywany w stanie "
|
||||||
#~ "niezmienionym przez serwer, więc nie "
|
#~ "niezmienionym przez serwer, więc nie "
|
||||||
#~ "używaj ponownie osobistego hasła!"
|
#~ "używaj ponownie osobistego hasła!"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
|
@ -9,11 +8,8 @@ msgstr ""
|
||||||
"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/"
|
"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/"
|
||||||
"i-hate-money/i-hate-money/pt_BR/>\n"
|
"i-hate-money/i-hate-money/pt_BR/>\n"
|
||||||
"Language: pt_BR\n"
|
"Language: pt_BR\n"
|
||||||
"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/i"
|
|
||||||
"-hate-money/i-hate-money/pt_BR/>\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=n > 1\n"
|
|
||||||
"MIME-Version: 1.0\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"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||||
"X-Generator: Weblate 4.2.1-dev\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"
|
msgid "Default Currency"
|
||||||
msgstr "Moeda Padrão"
|
msgstr "Moeda Padrão"
|
||||||
|
|
||||||
msgid "⚠ All bill currencies will be removed"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Import previously exported JSON file"
|
msgid "Import previously exported JSON file"
|
||||||
msgstr "Importar arquivo JSON exportado anteriormente"
|
msgstr "Importar arquivo JSON exportado anteriormente"
|
||||||
|
|
||||||
|
@ -168,7 +161,8 @@ msgid "No Currency"
|
||||||
msgstr "Sem Moeda"
|
msgstr "Sem Moeda"
|
||||||
|
|
||||||
msgid "Too many failed login attempts, please retry later."
|
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
|
#, python-format
|
||||||
msgid "This admin password is not the right one. Only %(num)d attempts left."
|
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 "
|
"Please check the email configuration of the server or contact the "
|
||||||
"administrator."
|
"administrator."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Desculpe, houve um erro ao enviar os convites via e-mail. Por favor, "
|
"Desculpe, houve um erro ao enviar os convites via e-mail. Por favor, confira "
|
||||||
"confira a configuração de email do servidor ou entre em contato com um "
|
"a configuração de email do servidor ou entre em contato com um administrador."
|
||||||
"administrador."
|
|
||||||
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%(member)s has been added"
|
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."
|
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."
|
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"
|
msgid "Back to the list"
|
||||||
msgstr "Voltar para a lista"
|
msgstr "Voltar para a lista"
|
||||||
|
@ -355,7 +349,8 @@ msgid "Settle plans"
|
||||||
msgstr "Estabelecer planos"
|
msgstr "Estabelecer planos"
|
||||||
|
|
||||||
msgid "Download the list of transactions needed to settle the current bills."
|
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?"
|
msgid "Can't remember the password?"
|
||||||
msgstr "Esqueceu a senha?"
|
msgstr "Esqueceu a senha?"
|
||||||
|
@ -437,8 +432,8 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Você tem certeza que deseja deletar todos os endereços IP gravados deste "
|
"Você tem certeza que deseja deletar todos os endereços IP gravados deste "
|
||||||
"projeto?\n"
|
"projeto?\n"
|
||||||
" O resto do histórico do projeto não será afetado. Esta "
|
" O resto do histórico do projeto não será afetado. Esta ação "
|
||||||
"ação não pode ser desfeita."
|
"não pode ser desfeita."
|
||||||
|
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Fechar"
|
msgstr "Fechar"
|
||||||
|
@ -453,8 +448,8 @@ msgid ""
|
||||||
"Are you sure you want to erase all history for this project? This action "
|
"Are you sure you want to erase all history for this project? This action "
|
||||||
"cannot be undone."
|
"cannot be undone."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Tem certeza que deseja apagar todo o histórico deste projeto? Esta ação "
|
"Tem certeza que deseja apagar todo o histórico deste projeto? Esta ação não "
|
||||||
"não pode ser desfeita."
|
"pode ser desfeita."
|
||||||
|
|
||||||
msgid "Added"
|
msgid "Added"
|
||||||
msgstr "Adicionado"
|
msgstr "Adicionado"
|
||||||
|
@ -494,8 +489,8 @@ msgstr ""
|
||||||
"\n"
|
"\n"
|
||||||
" <i>A tabela abaixo reflete as ações registradas antes da "
|
" <i>A tabela abaixo reflete as ações registradas antes da "
|
||||||
"desativação do histórico do projeto. Você pode\n"
|
"desativação do histórico do projeto. Você pode\n"
|
||||||
" <a href=\"#\" data-toggle=\"modal\" data-keyboard=\"false\" "
|
" <a href=\"#\" data-toggle=\"modal\" data-keyboard=\"false\" data-"
|
||||||
"data-target=\"#confirm-erase\">limpar o histórico do projeto</a> para "
|
"target=\"#confirm-erase\">limpar o histórico do projeto</a> para "
|
||||||
"removê-las.</i></p>\n"
|
"removê-las.</i></p>\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
|
@ -503,8 +498,8 @@ msgid ""
|
||||||
"Some entries below contain IP addresses, even though this project has IP "
|
"Some entries below contain IP addresses, even though this project has IP "
|
||||||
"recording disabled. "
|
"recording disabled. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Algumas das entradas abaixo contém endereços IP, mesmo este projeto tendo"
|
"Algumas das entradas abaixo contém endereços IP, mesmo este projeto tendo a "
|
||||||
" a gravação de IP desativada. "
|
"gravação de IP desativada. "
|
||||||
|
|
||||||
msgid "Delete stored IP addresses"
|
msgid "Delete stored IP addresses"
|
||||||
msgstr "Deletar endereços IP salvos"
|
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"
|
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"
|
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"
|
msgid "From IP"
|
||||||
msgstr "Do IP"
|
msgstr "Do IP"
|
||||||
|
@ -619,8 +615,8 @@ msgid ""
|
||||||
"Don\\'t reuse a personal password. Choose a private code and send it to "
|
"Don\\'t reuse a personal password. Choose a private code and send it to "
|
||||||
"your friends"
|
"your friends"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Não reutilize uma senha pessoal. Escolha um código privado e envie-o para"
|
"Não reutilize uma senha pessoal. Escolha um código privado e envie-o para "
|
||||||
" seus amigos"
|
"seus amigos"
|
||||||
|
|
||||||
msgid "Account manager"
|
msgid "Account manager"
|
||||||
msgstr "Gerenciador de contas"
|
msgstr "Gerenciador de contas"
|
||||||
|
@ -825,5 +821,8 @@ msgid "Period"
|
||||||
msgstr "Período"
|
msgstr "Período"
|
||||||
=======
|
=======
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
<<<<<<< HEAD
|
||||||
|
|
||||||
>>>>>>> 8c98695 (Add warning in edit project form)
|
>>>>>>> 8c98695 (Add warning in edit project form)
|
||||||
|
=======
|
||||||
|
>>>>>>> 74bc2f8 (Revert "Add warning in edit project form")
|
||||||
|
|
|
@ -41,9 +41,6 @@ msgstr "Использовать отслеживание по IP для ист
|
||||||
msgid "Default Currency"
|
msgid "Default Currency"
|
||||||
msgstr "Валюта по умолчанию"
|
msgstr "Валюта по умолчанию"
|
||||||
|
|
||||||
msgid "⚠ All bill currencies will be removed"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Import previously exported JSON file"
|
msgid "Import previously exported JSON file"
|
||||||
msgstr "Импортировать ранее экспортированный JSON файл"
|
msgstr "Импортировать ранее экспортированный JSON файл"
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2020-07-01 18:41+0000\n"
|
||||||
"Last-Translator: rohitn01 <rohitmen01@gmail.com>\n"
|
"Last-Translator: rohitn01 <rohitmen01@gmail.com>\n"
|
||||||
|
"Language-Team: Tamil <https://hosted.weblate.org/projects/i-hate-money/"
|
||||||
|
"i-hate-money/ta/>\n"
|
||||||
"Language: ta\n"
|
"Language: ta\n"
|
||||||
"Language-Team: Tamil <https://hosted.weblate.org/projects/i-hate-money/i"
|
|
||||||
"-hate-money/ta/>\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
|
||||||
"MIME-Version: 1.0\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"
|
"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 ""
|
msgid ""
|
||||||
"Not a valid amount or expression. Only numbers and + - * / operators are "
|
"Not a valid amount or expression. Only numbers and + - * / operators are "
|
||||||
|
@ -40,9 +39,6 @@ msgstr "திட்ட வரலாற்றுக்கு ஐபி கண்
|
||||||
msgid "Default Currency"
|
msgid "Default Currency"
|
||||||
msgstr "இயல்புநிலை நாணயம்"
|
msgstr "இயல்புநிலை நாணயம்"
|
||||||
|
|
||||||
msgid "⚠ All bill currencies will be removed"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Import previously exported JSON file"
|
msgid "Import previously exported JSON file"
|
||||||
msgstr "முன்னர் ஏற்றுமதி செய்யப்பட்ட JSON கோப்பை இறக்குமதி செய்க"
|
msgstr "முன்னர் ஏற்றுமதி செய்யப்பட்ட JSON கோப்பை இறக்குமதி செய்க"
|
||||||
|
|
||||||
|
@ -60,8 +56,8 @@ msgid ""
|
||||||
"A project with this identifier (\"%(project)s\") already exists. Please "
|
"A project with this identifier (\"%(project)s\") already exists. Please "
|
||||||
"choose a new identifier"
|
"choose a new identifier"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"இந்த அடையாளங்காட்டியுடன் ஒரு திட்டம் (\"%(project)s\") ஏற்கனவே "
|
"இந்த அடையாளங்காட்டியுடன் ஒரு திட்டம் (\"%(project)s\") ஏற்கனவே இருக்கிறது. "
|
||||||
"இருக்கிறது. புதிய அடையாளங்காட்டியைத் தேர்ந்தெடுக்கவும்"
|
"புதிய அடையாளங்காட்டியைத் தேர்ந்தெடுக்கவும்"
|
||||||
|
|
||||||
msgid "Get in"
|
msgid "Get in"
|
||||||
msgstr "உள்ளே வா"
|
msgstr "உள்ளே வா"
|
||||||
|
@ -184,8 +180,8 @@ msgstr "இந்த தனிப்பட்ட குறியீடு சர
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "You have just created '%(project)s' to share your expenses"
|
msgid "You have just created '%(project)s' to share your expenses"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"நீங்கள் இப்போது உருவாக்கியுள்ளீர்கள் '%(project)s' உங்கள் செலவுகளை "
|
"நீங்கள் இப்போது உருவாக்கியுள்ளீர்கள் '%(project)s' உங்கள் செலவுகளை பகிர்ந்து "
|
||||||
"பகிர்ந்து கொள்ள"
|
"கொள்ள"
|
||||||
|
|
||||||
msgid "A reminder email has just been sent to you"
|
msgid "A reminder email has just been sent to you"
|
||||||
msgstr "ஒரு நினைவூட்டல் மின்னஞ்சல் உங்களுக்கு அனுப்பப்பட்டுள்ளது"
|
msgstr "ஒரு நினைவூட்டல் மின்னஞ்சல் உங்களுக்கு அனுப்பப்பட்டுள்ளது"
|
||||||
|
@ -194,8 +190,8 @@ msgid ""
|
||||||
"We tried to send you an reminder email, but there was an error. You can "
|
"We tried to send you an reminder email, but there was an error. You can "
|
||||||
"still use the project normally."
|
"still use the project normally."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"உங்களுக்கு நினைவூட்டல் மின்னஞ்சலை அனுப்ப முயற்சித்தோம், ஆனால் பிழை "
|
"உங்களுக்கு நினைவூட்டல் மின்னஞ்சலை அனுப்ப முயற்சித்தோம், ஆனால் பிழை ஏற்பட்டது"
|
||||||
"ஏற்பட்டது. நீங்கள் இன்னும் திட்டத்தை சாதாரணமாக பயன்படுத்தலாம்."
|
". நீங்கள் இன்னும் திட்டத்தை சாதாரணமாக பயன்படுத்தலாம்."
|
||||||
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "The project identifier is %(project)s"
|
msgid "The project identifier is %(project)s"
|
||||||
|
@ -207,8 +203,8 @@ msgid ""
|
||||||
"contact the administrator."
|
"contact the administrator."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"மன்னிக்கவும், கடவுச்சொல் மீட்டமைப்பு வழிமுறைகளுடன் உங்களுக்கு மின்னஞ்சல் "
|
"மன்னிக்கவும், கடவுச்சொல் மீட்டமைப்பு வழிமுறைகளுடன் உங்களுக்கு மின்னஞ்சல் "
|
||||||
"அனுப்பும்போது பிழை ஏற்பட்டது. சேவையகத்தின் மின்னஞ்சல் உள்ளமைவை "
|
"அனுப்பும்போது பிழை ஏற்பட்டது. சேவையகத்தின் மின்னஞ்சல் உள்ளமைவை சரிபார்க்கவும்"
|
||||||
"சரிபார்க்கவும் அல்லது நிர்வாகியைத் தொடர்பு கொள்ளவும்."
|
" அல்லது நிர்வாகியைத் தொடர்பு கொள்ளவும்."
|
||||||
|
|
||||||
msgid "No token provided"
|
msgid "No token provided"
|
||||||
msgstr "டோக்கன் வழங்கப்படவில்லை"
|
msgstr "டோக்கன் வழங்கப்படவில்லை"
|
||||||
|
@ -789,4 +785,3 @@ msgstr ""
|
||||||
|
|
||||||
msgid "Period"
|
msgid "Period"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2020-06-01 16:41+0000\n"
|
||||||
"Last-Translator: Oğuz Ersen <oguzersen@protonmail.com>\n"
|
"Last-Translator: Oğuz Ersen <oguzersen@protonmail.com>\n"
|
||||||
|
"Language-Team: Turkish <https://hosted.weblate.org/projects/i-hate-money/"
|
||||||
|
"i-hate-money/tr/>\n"
|
||||||
"Language: tr\n"
|
"Language: tr\n"
|
||||||
"Language-Team: Turkish <https://hosted.weblate.org/projects/i-hate-"
|
|
||||||
"money/i-hate-money/tr/>\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
|
||||||
"MIME-Version: 1.0\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"
|
"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"
|
"Generated-By: Babel 2.8.0\n"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -40,9 +40,6 @@ msgstr "Proje geçmişi için IP izlemeyi kullan"
|
||||||
msgid "Default Currency"
|
msgid "Default Currency"
|
||||||
msgstr "Öntanımlı Para Birimi"
|
msgstr "Öntanımlı Para Birimi"
|
||||||
|
|
||||||
msgid "⚠ All bill currencies will be removed"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Import previously exported JSON file"
|
msgid "Import previously exported JSON file"
|
||||||
msgstr "Önceden dışa aktarılan JSON dosyasını içe aktar"
|
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 "
|
#~ " Sunucu tarafından olduğu gibi "
|
||||||
#~ "saklanmaktadır, bu yüzden kişisel bir "
|
#~ "saklanmaktadır, bu yüzden kişisel bir "
|
||||||
#~ "parolayı tekrar kullanmayın!"
|
#~ "parolayı tekrar kullanmayın!"
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2020-05-21 18:48+0000\n"
|
||||||
"Last-Translator: Andrew Zaplitnyak <zaplitnyak@gmail.com>\n"
|
"Last-Translator: Andrew Zaplitnyak <zaplitnyak@gmail.com>\n"
|
||||||
"Language: uk\n"
|
"Language: uk\n"
|
||||||
|
@ -39,9 +39,6 @@ msgstr "Слідкувати за мережевою адресою(IP) для
|
||||||
msgid "Default Currency"
|
msgid "Default Currency"
|
||||||
msgstr "Стандартна валюта"
|
msgstr "Стандартна валюта"
|
||||||
|
|
||||||
msgid "⚠ All bill currencies will be removed"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Import previously exported JSON file"
|
msgid "Import previously exported JSON file"
|
||||||
msgstr "Імпортувати попередньо експортований JSON файл"
|
msgstr "Імпортувати попередньо експортований JSON файл"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
|
@ -9,10 +8,6 @@ msgstr ""
|
||||||
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
|
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
|
||||||
"i-hate-money/i-hate-money/zh_Hans/>\n"
|
"i-hate-money/i-hate-money/zh_Hans/>\n"
|
||||||
"Language: zh_Hans\n"
|
"Language: zh_Hans\n"
|
||||||
"Language-Team: Chinese (Simplified) "
|
|
||||||
"<https://hosted.weblate.org/projects/i-hate-money/i-hate-money/zh_Hans/>"
|
|
||||||
"\n"
|
|
||||||
"Plural-Forms: nplurals=1; plural=0\n"
|
|
||||||
"MIME-Version: 1.0\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"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
@ -43,9 +38,6 @@ msgstr "用IP追踪项目历史"
|
||||||
msgid "Default Currency"
|
msgid "Default Currency"
|
||||||
msgstr "默认货币"
|
msgstr "默认货币"
|
||||||
|
|
||||||
msgid "⚠ All bill currencies will be removed"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Import previously exported JSON file"
|
msgid "Import previously exported JSON file"
|
||||||
msgstr "导入之前的JSON 文件"
|
msgstr "导入之前的JSON 文件"
|
||||||
|
|
||||||
|
@ -806,4 +798,3 @@ msgstr "期间"
|
||||||
#~ "is by the server, so don\\'t reuse"
|
#~ "is by the server, so don\\'t reuse"
|
||||||
#~ " a personal password!"
|
#~ " a personal password!"
|
||||||
#~ msgstr "进入码已发送给朋友,会被保存在服务器,不要重复使用私人密码!"
|
#~ msgstr "进入码已发送给朋友,会被保存在服务器,不要重复使用私人密码!"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue