diff --git a/src/moin/translations/MoinMoin.pot b/src/moin/translations/MoinMoin.pot index 829175323..26f06c9bd 100644 --- a/src/moin/translations/MoinMoin.pot +++ b/src/moin/translations/MoinMoin.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: moin 2.0.0a\n" +"Project-Id-Version: moin 2.0.0b\n" "Report-Msgid-Bugs-To: English \n" -"POT-Creation-Date: 2024-11-27 09:14+0100\n" +"POT-Creation-Date: 2024-11-29 17:35+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1329,6 +1329,10 @@ msgstr "" msgid "Error: no items found matching \"<>\"" msgstr "" +#: src/moin/converters/macro.py:60 +msgid "Error: invalid macro name." +msgstr "" + #: src/moin/converters/macro.py:69 msgid "<<{macro_name}: execution failed [{error_msg}] (see also the log)>>" msgstr "" @@ -1725,33 +1729,29 @@ msgstr "" msgid "Icon not rendered, invalid name" msgstr "" -#: src/moin/macros/ItemList.py:94 +#: src/moin/macros/ItemList.py:93 msgid "" "ItemList macro: Argument \"{arg}\" does not follow = format (arguments, if more than one, must be " "comma-separated)." msgstr "" -#: src/moin/macros/ItemList.py:101 -msgid "The key's value must be bracketed by matching quotes." -msgstr "" - -#: src/moin/macros/ItemList.py:118 -msgid "The value must be \"True\" or \"False\". (got \"{val}\")" +#: src/moin/macros/ItemList.py:110 +msgid "The value for \"{key}\" must be \"True\" or \"False\", got \"{val}\"." msgstr "" -#: src/moin/macros/ItemList.py:128 +#: src/moin/macros/ItemList.py:121 msgid "Unrecognized key \"{key}\"." msgstr "" -#: src/moin/macros/ItemList.py:140 src/moin/macros/RandomQuote.py:53 +#: src/moin/macros/ItemList.py:133 src/moin/macros/RandomQuote.py:53 msgid "Item does not exist or read access blocked by ACLs: {0}" msgstr "" -#: src/moin/macros/ItemList.py:149 +#: src/moin/macros/ItemList.py:142 msgid "Error in regex {0!r}: {1}" msgstr "" -#: src/moin/macros/ItemList.py:158 +#: src/moin/macros/ItemList.py:151 msgid "No matching items were found" msgstr "" @@ -1884,7 +1884,7 @@ msgid "Block macros cannot be used inline" msgstr "" #: src/moin/macros/_base.py:242 -msgid "Unrecognized display value \"{display}\"." +msgid "Unrecognized \"display\" value \"{display}\"." msgstr "" #: src/moin/mail/sendmail.py:54 diff --git a/src/moin/translations/de/LC_MESSAGES/messages.po b/src/moin/translations/de/LC_MESSAGES/messages.po index 860f29843..494d3a6d5 100644 --- a/src/moin/translations/de/LC_MESSAGES/messages.po +++ b/src/moin/translations/de/LC_MESSAGES/messages.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: MoinMoin 2.0\n" "Report-Msgid-Bugs-To: German \n" -"POT-Creation-Date: 2024-11-27 09:14+0100\n" +"POT-Creation-Date: 2024-11-29 17:01+0100\n" "PO-Revision-Date: 2018-09-15 23:37+0100\n" "Last-Translator: UlrichB\n" "Language: de\n" @@ -1350,6 +1350,10 @@ msgstr "Keine Berechtigung, transkludierter Inhalt unterdrückt." msgid "Error: no items found matching \"<>\"" msgstr "Fehler: keine entsprechenden Items gefunden \"<>\"" +#: src/moin/converters/macro.py:60 +msgid "Error: invalid macro name." +msgstr "Fehler: ungültiger Makro-Name." + #: src/moin/converters/macro.py:69 msgid "<<{macro_name}: execution failed [{error_msg}] (see also the log)>>" msgstr "<<{macro_name}: Ausführung fehlgeschlagen [{error_msg}] (Sie finden weitere Informationen im Log)>>" @@ -1513,7 +1517,6 @@ msgid "CONFLICT " msgstr "KONFLIKT " #: src/moin/items/__init__.py:1656 -#, fuzzy msgid "An edit conflict has occurred. Modify this item again to resolve conflicts." msgstr "Ein Bearbeitungskonflikt ist aufgetreten, diese Seite nochmals bearbeiten um den Konflikt zu beheben." @@ -1747,7 +1750,7 @@ msgstr "Icon Makro fehlgeschlagen wegen fehlendem Icon Namen." msgid "Icon not rendered, invalid name" msgstr "Icon wird nicht dargestellt, ungültiger Name" -#: src/moin/macros/ItemList.py:94 +#: src/moin/macros/ItemList.py:93 msgid "" "ItemList macro: Argument \"{arg}\" does not follow = format (arguments, if more than one, must be " "comma-separated)." @@ -1755,27 +1758,23 @@ msgstr "" "ItemList Makro: Argument \"{arg}\" folgt nicht dem Format = (Argumente, falls mehr als eines, müssen " "durch ein Komma getrennt werden)." -#: src/moin/macros/ItemList.py:101 -msgid "The key's value must be bracketed by matching quotes." -msgstr "Der Wert muss von gleichen Anführungszeichen eingeschlossen werden." - -#: src/moin/macros/ItemList.py:118 -msgid "The value must be \"True\" or \"False\". (got \"{val}\")" -msgstr "Der Wert muss \"True\" oder \"False\" sein. (erhielt \"{val}\")" +#: src/moin/macros/ItemList.py:110 +msgid "The value for \"{key}\" must be \"True\" or \"False\", got \"{val}\"." +msgstr "Der Wert für \"{key}\" muss \"True\" oder \"False\" sein. (erhielt \"{val}\")" -#: src/moin/macros/ItemList.py:128 +#: src/moin/macros/ItemList.py:121 msgid "Unrecognized key \"{key}\"." msgstr "Unbekannter Schlüssel \"{key}\"." -#: src/moin/macros/ItemList.py:140 src/moin/macros/RandomQuote.py:53 +#: src/moin/macros/ItemList.py:133 src/moin/macros/RandomQuote.py:53 msgid "Item does not exist or read access blocked by ACLs: {0}" msgstr "Item existiert nicht, oder Lesezugriff blockiert durch die ACLs: {0}" -#: src/moin/macros/ItemList.py:149 +#: src/moin/macros/ItemList.py:142 msgid "Error in regex {0!r}: {1}" msgstr "Fehler im Regulären Ausdruck {0!r}: {1}" -#: src/moin/macros/ItemList.py:158 +#: src/moin/macros/ItemList.py:151 msgid "No matching items were found" msgstr "Keine passenden Items gefunden" @@ -1861,12 +1860,11 @@ msgstr "So" #: src/moin/macros/RandomQuote.py:42 msgid "Invalid value given for item name: {0}" -msgstr "" +msgstr "Ungültiger Wert für Item-Name: {0}" #: src/moin/macros/RandomQuote.py:62 -#, fuzzy msgid "No quotes found in {0}" -msgstr "Keine Tickets gefunden." +msgstr "Keine Zitate gefunden in {0}" #: src/moin/macros/ShowIcons.py:27 src/moin/macros/ShowSmileys.py:20 msgid "Markup" @@ -1909,8 +1907,8 @@ msgid "Block macros cannot be used inline" msgstr "Block Makros können nicht 'inline' benutzt werden." #: src/moin/macros/_base.py:242 -msgid "Unrecognized display value \"{display}\"." -msgstr "Unbekannter Wert für display: \"{display}\"." +msgid "Unrecognized \"display\" value \"{display}\"." +msgstr "Unbekannter Wert für \"display\": \"{display}\"." #: src/moin/mail/sendmail.py:54 msgid "Contact administrator: cannot send password recovery e-mail because mail configuration is incomplete." @@ -2062,6 +2060,10 @@ msgid "" " content type and the item data (e.g. the content type is text/x.moin.wiki\n" " and the data is a PNG file). " msgstr "" +"Wenn der Fehler auf dieser Website nur bei diesem einen Item auftritt,\n" +" kann das Problem darin bestehen, dass die aktuelle Revision ungültige oder\n" +" beschädigte Daten enthält oder dass eine Unstimmigkeit zwischen dem Content-Typ und den Daten besteht\n" +" (z. B. ist der Content-Typ 'text/x.moin.wiki' und die Daten sind eine PNG-Datei). " #: src/moin/templates/crash.html:30 msgid "Possible ways to identify the cause of the problem:" @@ -3092,12 +3094,10 @@ msgid "Item '{item_name}' is locked by {user_name}. Try again in {number} {inter msgstr "Item '{item_name}' ist durch {user_name} gesperrt. Versuchen Sie es in {number} {interval} erneut." #: src/moin/utils/edit_locking.py:299 -#, fuzzy msgid "Someone else updated '{item_name}' after your edit lock timed out. Conflicting changes must be manually merged. " msgstr "" -"Jemand anderes hat '{item_name}' geändert nachdem Ihre Schreibsperre abgelaufen ist. Wenn Sie 'Speichern' " -"klicken, müssen Bearbeitungskonflikte manuell behoben werden. Klicken Sie auf 'Abbrechen' um die Änderungen zu " -"verwerfen." +"Jemand anderes hat '{item_name}' geändert nachdem Ihre Schreibsperre abgelaufen ist. " +"Bearbeitungskonflikte müssen manuell behoben werden." #: src/moin/utils/edit_locking.py:337 msgid "Item '{item_name}' is locked by {user_name}. Edit lock error, check Item History to verify no changes were lost." @@ -3232,4 +3232,3 @@ msgstr "Monate" #: src/moin/utils/show_time.py:34 msgid "years" msgstr "Jahre" - diff --git a/src/moin/translations/pt_BR/LC_MESSAGES/messages.po b/src/moin/translations/pt_BR/LC_MESSAGES/messages.po index 9ba46fed4..a5c5eaad3 100644 --- a/src/moin/translations/pt_BR/LC_MESSAGES/messages.po +++ b/src/moin/translations/pt_BR/LC_MESSAGES/messages.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: moin 2.0.0a0\n" "Report-Msgid-Bugs-To: English \n" -"POT-Creation-Date: 2024-11-27 09:14+0100\n" +"POT-Creation-Date: 2024-11-29 17:35+0100\n" "PO-Revision-Date: 2018-09-04 02:28-0200\n" "Last-Translator: Rafael Fontenelle \n" "Language: pt_BR\n" @@ -478,7 +478,6 @@ msgid "User name" msgstr "Nome de usuário" #: src/moin/apps/admin/templates/admin/userbrowser.html:15 -#, fuzzy msgid "Display name" msgstr "Nome de exibição" @@ -668,9 +667,8 @@ msgid "Destroy all subitems listed below if checked:" msgstr "" #: src/moin/apps/frontend/views.py:1101 -#, fuzzy msgid "Item '{bad_name}' does not exist or you do not have permission to access it." -msgstr "O item '{bad_name}' não existe." +msgstr "" #: src/moin/apps/frontend/views.py:1121 msgid "Access denied for a subitem of {bad_name}, check History for status." @@ -967,9 +965,8 @@ msgid "User Settings" msgstr "Configurações do usuário" #: src/moin/apps/frontend/views.py:2436 -#, fuzzy msgid "This name is already in use: " -msgstr "Este e-mail já está em uso" +msgstr "" #: src/moin/apps/frontend/views.py:2437 msgid "The Display-Name contains invalid characters: " @@ -992,9 +989,8 @@ msgid "Display-Name" msgstr "Nome de exibição" #: src/moin/apps/frontend/views.py:2461 -#, fuzzy msgid "Your display name (optional, rarely used)" -msgstr "Seu nome exibido (informativo)" +msgstr "" #: src/moin/apps/frontend/views.py:2465 msgid "Timezone" @@ -1111,7 +1107,6 @@ msgid "LDAP server {server} failed." msgstr "O servidor LDAP {server} falhou." #: src/moin/config/default.py:296 -#, fuzzy msgid "For a password a minimum length of {min_length} characters is required." msgstr "Para uma senha, um tamanho mínimo de {min_length:d} caracteres é exigido." @@ -1347,6 +1342,10 @@ msgstr "" msgid "Error: no items found matching \"<>\"" msgstr "" +#: src/moin/converters/macro.py:60 +msgid "Error: invalid macro name." +msgstr "Erro: nome de macro inválida." + #: src/moin/converters/macro.py:69 msgid "<<{macro_name}: execution failed [{error_msg}] (see also the log)>>" msgstr "<<{macro_name}: execução falhou [{error_msg}] (veja também o log)>>" @@ -1716,9 +1715,8 @@ msgid "Permission to read was denied: {item_name}" msgstr "" #: src/moin/macros/GetVal.py:34 -#, fuzzy msgid "WikiDict not found: {item_name}" -msgstr "Diferença para '{item_name}'" +msgstr "" #: src/moin/macros/GetVal.py:39 msgid "Macro is invalid, {item_name} is missing key: {key_name}" @@ -1744,33 +1742,29 @@ msgstr "" msgid "Icon not rendered, invalid name" msgstr "" -#: src/moin/macros/ItemList.py:94 +#: src/moin/macros/ItemList.py:93 msgid "" "ItemList macro: Argument \"{arg}\" does not follow = format (arguments, if more than one, must be " "comma-separated)." msgstr "" -#: src/moin/macros/ItemList.py:101 -msgid "The key's value must be bracketed by matching quotes." -msgstr "" - -#: src/moin/macros/ItemList.py:118 -msgid "The value must be \"True\" or \"False\". (got \"{val}\")" +#: src/moin/macros/ItemList.py:110 +msgid "The value for \"{key}\" must be \"True\" or \"False\", got \"{val}\"." msgstr "" -#: src/moin/macros/ItemList.py:128 +#: src/moin/macros/ItemList.py:121 msgid "Unrecognized key \"{key}\"." msgstr "" -#: src/moin/macros/ItemList.py:140 src/moin/macros/RandomQuote.py:53 +#: src/moin/macros/ItemList.py:133 src/moin/macros/RandomQuote.py:53 msgid "Item does not exist or read access blocked by ACLs: {0}" msgstr "" -#: src/moin/macros/ItemList.py:149 +#: src/moin/macros/ItemList.py:142 msgid "Error in regex {0!r}: {1}" msgstr "" -#: src/moin/macros/ItemList.py:158 +#: src/moin/macros/ItemList.py:151 msgid "No matching items were found" msgstr "" @@ -1859,9 +1853,8 @@ msgid "Invalid value given for item name: {0}" msgstr "" #: src/moin/macros/RandomQuote.py:62 -#, fuzzy msgid "No quotes found in {0}" -msgstr "Nenhum tíquete encontrado." +msgstr "" #: src/moin/macros/ShowIcons.py:27 src/moin/macros/ShowSmileys.py:20 msgid "Markup" @@ -1904,7 +1897,7 @@ msgid "Block macros cannot be used inline" msgstr "" #: src/moin/macros/_base.py:242 -msgid "Unrecognized display value \"{display}\"." +msgid "Unrecognized \"display\" value \"{display}\"." msgstr "" #: src/moin/mail/sendmail.py:54 @@ -1946,9 +1939,8 @@ msgid "Not Found" msgstr "" #: src/moin/templates/404.html:16 -#, fuzzy msgid "The item '{item_name}' does not exist or you do not have permission to access it." -msgstr "O item '{bad_name}' não existe." +msgstr "" #: src/moin/templates/404.html:21 msgid "The full path is:" @@ -2652,14 +2644,12 @@ msgid "Summary: {summary}" msgstr "Resumo: {summary}" #: src/moin/templates/show_nonexistent.html:3 src/moin/themes/__init__.py:76 -#, fuzzy msgid "Item not found or access denied" -msgstr "Item não encontrado, criá-lo agora?" +msgstr "" #: src/moin/templates/show_nonexistent.html:5 src/moin/themes/__init__.py:77 -#, fuzzy msgid "Item '{name}' does not exist or you do not have permission to access it." -msgstr "O item '{bad_name}' não existe." +msgstr "" #: src/moin/templates/sitemap.html:17 msgid "SiteMap of '{item_name}'" @@ -3198,69 +3188,3 @@ msgstr "" msgid "years" msgstr "" -#~ msgid "The username '{name}' is already in use." -#~ msgstr "Este nome de usuário '{name}' já está em uso." - -#~ msgid "Error: invalid macro name." -#~ msgstr "Erro: nome de macro inválida." - -#~ msgid "An edit conflict has occurred, edit this item again to resolve conflicts." -#~ msgstr "" - -#~ msgid "GetVal: invalid parameters, try <>" -#~ msgstr "" - -#~ msgid "GetVal: permission to read denied: " -#~ msgstr "" - -#~ msgid "GetVal: dict not found: " -#~ msgstr "" - -#~ msgid "GetVal macro is invalid, {item_name} missing key: {key_name}" -#~ msgstr "" - -#~ msgid "Icon not rendered, verify name is valid" -#~ msgstr "" - -#~ msgid "ItemList macro: The key's value must be bracketed by matching quotes." -#~ msgstr "" - -#~ msgid "ItemList macro: The value must be \"True\" or \"False\". (got \"{val}\")" -#~ msgstr "" - -#~ msgid "ItemList macro: Unrecognized key \"{key}\"." -#~ msgstr "" - -#~ msgid "ItemList macro: Error in regex {0!r}: {1}" -#~ msgstr "" - -#~ msgid "" -#~ msgstr "" - -#~ msgid "MailTo: invalid format, try: <>" -#~ msgstr "" - -#~ msgid "TitleList macro does not have any arguments." -#~ msgstr "" - -#~ msgid "" -#~ "Someone else updated '{item_name}' after your edit lock timed" -#~ " out. If you click 'Save', conflicting changes must be " -#~ "manually merged. Click 'Cancel' to discard changes." -#~ msgstr "" - -#~ msgid "The item '{item_name}' does not exist." -#~ msgstr "O item '{item_name}' não existe." - -#~ msgid "Item '{name}' does not exist." -#~ msgstr "O item '{name}' não existe." - -#~ msgid "Item not found" -#~ msgstr "Item não encontrado" - -#~ msgid "Access Denied" -#~ msgstr "Acesso Negado" - -#~ msgid "You are not allowed to access this resource." -#~ msgstr "Você não tem permissão para acessar este recurso." - diff --git a/src/moin/translations/ru/LC_MESSAGES/messages.po b/src/moin/translations/ru/LC_MESSAGES/messages.po index a844b5a30..1940c255f 100644 --- a/src/moin/translations/ru/LC_MESSAGES/messages.po +++ b/src/moin/translations/ru/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: moin 2.0\n" "Report-Msgid-Bugs-To: Russian \n" -"POT-Creation-Date: 2024-11-27 09:14+0100\n" +"POT-Creation-Date: 2024-11-29 17:35+0100\n" "PO-Revision-Date: 2011-12-04 17:55+0400\n" "Last-Translator: S Kinder \n" "Language: ru\n" @@ -475,9 +475,8 @@ msgid "User name" msgstr "Имя пользователя" #: src/moin/apps/admin/templates/admin/userbrowser.html:15 -#, fuzzy msgid "Display name" -msgstr "Показать метаданные" +msgstr "" #: src/moin/apps/admin/templates/admin/userbrowser.html:16 msgid "Email address" @@ -961,9 +960,8 @@ msgid "User Settings" msgstr "" #: src/moin/apps/frontend/views.py:2436 -#, fuzzy msgid "This name is already in use: " -msgstr "Этот адрес электронной почты уже кем-то используется" +msgstr "" #: src/moin/apps/frontend/views.py:2437 msgid "The Display-Name contains invalid characters: " @@ -1337,6 +1335,10 @@ msgstr "" msgid "Error: no items found matching \"<>\"" msgstr "" +#: src/moin/converters/macro.py:60 +msgid "Error: invalid macro name." +msgstr "" + #: src/moin/converters/macro.py:69 msgid "<<{macro_name}: execution failed [{error_msg}] (see also the log)>>" msgstr "<<{macro_name}: выполнение завершилось с ошибкой «{error_msg}» (см. диагностику на сервере)>>" @@ -1733,33 +1735,29 @@ msgstr "" msgid "Icon not rendered, invalid name" msgstr "" -#: src/moin/macros/ItemList.py:94 +#: src/moin/macros/ItemList.py:93 msgid "" "ItemList macro: Argument \"{arg}\" does not follow = format (arguments, if more than one, must be " "comma-separated)." msgstr "" -#: src/moin/macros/ItemList.py:101 -msgid "The key's value must be bracketed by matching quotes." -msgstr "" - -#: src/moin/macros/ItemList.py:118 -msgid "The value must be \"True\" or \"False\". (got \"{val}\")" +#: src/moin/macros/ItemList.py:110 +msgid "The value for \"{key}\" must be \"True\" or \"False\", got \"{val}\"." msgstr "" -#: src/moin/macros/ItemList.py:128 +#: src/moin/macros/ItemList.py:121 msgid "Unrecognized key \"{key}\"." msgstr "" -#: src/moin/macros/ItemList.py:140 src/moin/macros/RandomQuote.py:53 +#: src/moin/macros/ItemList.py:133 src/moin/macros/RandomQuote.py:53 msgid "Item does not exist or read access blocked by ACLs: {0}" msgstr "" -#: src/moin/macros/ItemList.py:149 +#: src/moin/macros/ItemList.py:142 msgid "Error in regex {0!r}: {1}" msgstr "" -#: src/moin/macros/ItemList.py:158 +#: src/moin/macros/ItemList.py:151 msgid "No matching items were found" msgstr "" @@ -1892,7 +1890,7 @@ msgid "Block macros cannot be used inline" msgstr "" #: src/moin/macros/_base.py:242 -msgid "Unrecognized display value \"{display}\"." +msgid "Unrecognized \"display\" value \"{display}\"." msgstr "" #: src/moin/mail/sendmail.py:54 @@ -3177,78 +3175,3 @@ msgstr "" msgid "years" msgstr "" -#~ msgid "Item '{bad_name}' does not exist." -#~ msgstr "" - -#~ msgid "Your display name (informational)" -#~ msgstr "" - -#~ msgid "The username '{name}' is already in use." -#~ msgstr "" - -#~ msgid "For a password a minimum length of {min_length:d} characters is required." -#~ msgstr "" - -#~ msgid "Error: invalid macro name." -#~ msgstr "" - -#~ msgid "An edit conflict has occurred, edit this item again to resolve conflicts." -#~ msgstr "" - -#~ msgid "GetVal: invalid parameters, try <>" -#~ msgstr "" - -#~ msgid "GetVal: permission to read denied: " -#~ msgstr "" - -#~ msgid "GetVal: dict not found: " -#~ msgstr "" - -#~ msgid "GetVal macro is invalid, {item_name} missing key: {key_name}" -#~ msgstr "" - -#~ msgid "Icon not rendered, verify name is valid" -#~ msgstr "" - -#~ msgid "ItemList macro: The key's value must be bracketed by matching quotes." -#~ msgstr "" - -#~ msgid "ItemList macro: The value must be \"True\" or \"False\". (got \"{val}\")" -#~ msgstr "" - -#~ msgid "ItemList macro: Unrecognized key \"{key}\"." -#~ msgstr "" - -#~ msgid "ItemList macro: Error in regex {0!r}: {1}" -#~ msgstr "" - -#~ msgid "" -#~ msgstr "" - -#~ msgid "MailTo: invalid format, try: <>" -#~ msgstr "" - -#~ msgid "TitleList macro does not have any arguments." -#~ msgstr "" - -#~ msgid "" -#~ "Someone else updated '{item_name}' after your edit lock timed" -#~ " out. If you click 'Save', conflicting changes must be " -#~ "manually merged. Click 'Cancel' to discard changes." -#~ msgstr "" - -#~ msgid "The item '{item_name}' does not exist." -#~ msgstr "" - -#~ msgid "Item '{name}' does not exist." -#~ msgstr "" - -#~ msgid "Item not found" -#~ msgstr "" - -#~ msgid "Access Denied" -#~ msgstr "" - -#~ msgid "You are not allowed to access this resource." -#~ msgstr "Вам запрещен доступ к этому ресурсу" -