Skip to content

Commit

Permalink
Translated using Weblate (Chinese (Traditional Han script)) (#933)
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (57 of 57 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (57 of 57 strings)

Translated using Weblate (English (United States))

Currently translated at 100.0% (57 of 57 strings)

Update translation files

Updated by "Update PO files to match POT (msgmerge)" add-on in Weblate.



Translate-URL: https://hosted.weblate.org/projects/nezha/nezha-dashboard/
Translate-URL: https://hosted.weblate.org/projects/nezha/nezha-dashboard/en_US/
Translate-URL: https://hosted.weblate.org/projects/nezha/nezha-dashboard/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/nezha/nezha-dashboard/zh_Hant/
Translation: Nezha/Nezha Dashboard

Co-authored-by: UUBulb <uub@kuzu.uk>
  • Loading branch information
weblate and uubulb authored Dec 31, 2024
1 parent 1267739 commit 64ac2db
Show file tree
Hide file tree
Showing 8 changed files with 431 additions and 247 deletions.
138 changes: 88 additions & 50 deletions pkg/i18n/translations/de_DE/LC_MESSAGES/nezha.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,101 +7,102 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-22 11:55+0800\n"
"POT-Creation-Date: 2024-12-31 21:25+0800\n"
"PO-Revision-Date: 2024-12-26 06:06+0000\n"
"Last-Translator: UUBulb <uub@kuzu.uk>\n"
"Language-Team: German <https://hosted.weblate.org/projects/nezha/"
"nezha-dashboard/de/>\n"
"Language-Team: German <https://hosted.weblate.org/projects/nezha/nezha-"
"dashboard/de/>\n"
"Language: de_DE\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 5.10-dev\n"

#: cmd/dashboard/controller/alertrule.go:103
#: cmd/dashboard/controller/alertrule.go:104
#, c-format
msgid "alert id %d does not exist"
msgstr "benachrichtigungs ID %d existiert nicht"

#: cmd/dashboard/controller/alertrule.go:107
#: cmd/dashboard/controller/alertrule.go:155
#: cmd/dashboard/controller/alertrule.go:175
#: cmd/dashboard/controller/controller.go:211
#: cmd/dashboard/controller/cron.go:57 cmd/dashboard/controller/cron.go:123
#: cmd/dashboard/controller/cron.go:135 cmd/dashboard/controller/cron.go:194
#: cmd/dashboard/controller/cron.go:223 cmd/dashboard/controller/ddns.go:130
#: cmd/dashboard/controller/ddns.go:191 cmd/dashboard/controller/fm.go:43
#: cmd/dashboard/controller/nat.go:58 cmd/dashboard/controller/nat.go:109
#: cmd/dashboard/controller/nat.go:120 cmd/dashboard/controller/nat.go:159
#: cmd/dashboard/controller/notification.go:111
#: cmd/dashboard/controller/notification.go:165
#: cmd/dashboard/controller/alertrule.go:108
#: cmd/dashboard/controller/alertrule.go:156
#: cmd/dashboard/controller/alertrule.go:176
#: cmd/dashboard/controller/controller.go:216
#: cmd/dashboard/controller/cron.go:58 cmd/dashboard/controller/cron.go:124
#: cmd/dashboard/controller/cron.go:136 cmd/dashboard/controller/cron.go:195
#: cmd/dashboard/controller/cron.go:224 cmd/dashboard/controller/ddns.go:131
#: cmd/dashboard/controller/ddns.go:192 cmd/dashboard/controller/fm.go:43
#: cmd/dashboard/controller/nat.go:59 cmd/dashboard/controller/nat.go:110
#: cmd/dashboard/controller/nat.go:121 cmd/dashboard/controller/nat.go:160
#: cmd/dashboard/controller/notification.go:112
#: cmd/dashboard/controller/notification.go:166
#: cmd/dashboard/controller/notification_group.go:76
#: cmd/dashboard/controller/notification_group.go:152
#: cmd/dashboard/controller/notification_group.go:164
#: cmd/dashboard/controller/notification_group.go:233
#: cmd/dashboard/controller/server.go:64 cmd/dashboard/controller/server.go:76
#: cmd/dashboard/controller/server.go:127
#: cmd/dashboard/controller/server.go:191
#: cmd/dashboard/controller/server.go:65 cmd/dashboard/controller/server.go:77
#: cmd/dashboard/controller/server.go:128
#: cmd/dashboard/controller/server.go:192
#: cmd/dashboard/controller/server_group.go:75
#: cmd/dashboard/controller/server_group.go:150
#: cmd/dashboard/controller/server_group.go:229
#: cmd/dashboard/controller/service.go:272
#: cmd/dashboard/controller/service.go:343
#: cmd/dashboard/controller/service.go:370
#: cmd/dashboard/controller/service.go:273
#: cmd/dashboard/controller/service.go:344
#: cmd/dashboard/controller/service.go:371
#: cmd/dashboard/controller/terminal.go:41
msgid "permission denied"
msgstr "zugriff verweigert"

#: cmd/dashboard/controller/alertrule.go:183
#: cmd/dashboard/controller/alertrule.go:184
msgid "duration need to be at least 3"
msgstr "dauer muss mindestens 3 sein"

#: cmd/dashboard/controller/alertrule.go:187
#: cmd/dashboard/controller/alertrule.go:188
msgid "cycle_interval need to be at least 1"
msgstr "cycle_interval muss mindestens 1 sein"

#: cmd/dashboard/controller/alertrule.go:190
#: cmd/dashboard/controller/alertrule.go:191
msgid "cycle_start is not set"
msgstr "cycle_start ist nicht eingestellt"

#: cmd/dashboard/controller/alertrule.go:193
#: cmd/dashboard/controller/alertrule.go:194
msgid "cycle_start is a future value"
msgstr "cycle_start ist ein zukünftiger wert"

#: cmd/dashboard/controller/alertrule.go:198
#: cmd/dashboard/controller/alertrule.go:199
msgid "need to configure at least a single rule"
msgstr "mindestens eine Regel muss konfiguriert sein"

#: cmd/dashboard/controller/controller.go:205
#: cmd/dashboard/controller/controller.go:210
#: cmd/dashboard/controller/oauth2.go:152
#: cmd/dashboard/controller/server_group.go:162
#: cmd/dashboard/controller/service.go:95 cmd/dashboard/controller/user.go:26
#: cmd/dashboard/controller/user.go:53
#: cmd/dashboard/controller/service.go:96 cmd/dashboard/controller/user.go:27
#: cmd/dashboard/controller/user.go:63
msgid "unauthorized"
msgstr "nicht autorisiert"

#: cmd/dashboard/controller/controller.go:228
#: cmd/dashboard/controller/controller.go:233
msgid "database error"
msgstr "datenbankfehler"

#: cmd/dashboard/controller/cron.go:74 cmd/dashboard/controller/cron.go:148
#: cmd/dashboard/controller/cron.go:75 cmd/dashboard/controller/cron.go:149
msgid "scheduled tasks cannot be triggered by alarms"
msgstr "geplante aufgaben können nicht durch Alarme ausgelöst werden"

#: cmd/dashboard/controller/cron.go:131 cmd/dashboard/controller/cron.go:189
#: cmd/dashboard/controller/cron.go:132 cmd/dashboard/controller/cron.go:190
#, c-format
msgid "task id %d does not exist"
msgstr "task ID %d existiert nicht"

#: cmd/dashboard/controller/ddns.go:56 cmd/dashboard/controller/ddns.go:121
#: cmd/dashboard/controller/ddns.go:57 cmd/dashboard/controller/ddns.go:122
msgid "the retry count must be an integer between 1 and 10"
msgstr "der retry_count muss eine Zahl zwischen 1 und 10 sein"

#: cmd/dashboard/controller/ddns.go:80 cmd/dashboard/controller/ddns.go:153
#: cmd/dashboard/controller/ddns.go:81 cmd/dashboard/controller/ddns.go:154
msgid "error parsing %s: %v"
msgstr "fehler beim parsen von %s: %v"

#: cmd/dashboard/controller/ddns.go:126 cmd/dashboard/controller/nat.go:116
#: cmd/dashboard/controller/ddns.go:127 cmd/dashboard/controller/nat.go:117
#, c-format
msgid "profile id %d does not exist"
msgstr "profil ID %d existiert nicht"
Expand All @@ -110,12 +111,12 @@ msgstr "profil ID %d existiert nicht"
msgid "server not found or not connected"
msgstr "server nicht gefunden oder nicht verbunden"

#: cmd/dashboard/controller/notification.go:68
#: cmd/dashboard/controller/notification.go:130
#: cmd/dashboard/controller/notification.go:69
#: cmd/dashboard/controller/notification.go:131
msgid "a test message"
msgstr "testnachricht"

#: cmd/dashboard/controller/notification.go:107
#: cmd/dashboard/controller/notification.go:108
#, c-format
msgid "notification id %d does not exist"
msgstr "benachrichtigung ID %d existiert nicht"
Expand All @@ -131,7 +132,36 @@ msgstr "haben ungültige Benachrichtigungs ID"
msgid "group id %d does not exist"
msgstr "gruppen ID %d existiert nicht"

#: cmd/dashboard/controller/server.go:72
#: cmd/dashboard/controller/oauth2.go:42 cmd/dashboard/controller/oauth2.go:83
msgid "provider is required"
msgstr ""

#: cmd/dashboard/controller/oauth2.go:52 cmd/dashboard/controller/oauth2.go:87
#: cmd/dashboard/controller/oauth2.go:132
#, fuzzy
#| msgid "server not found"
msgid "provider not found"
msgstr "server nicht gefunden"

#: cmd/dashboard/controller/oauth2.go:100
msgid "operation not permitted"
msgstr ""

#: cmd/dashboard/controller/oauth2.go:138
msgid "code is required"
msgstr ""

#: cmd/dashboard/controller/oauth2.go:174
msgid "oauth2 user not binded yet"
msgstr ""

#: cmd/dashboard/controller/oauth2.go:215
#: cmd/dashboard/controller/oauth2.go:221
#: cmd/dashboard/controller/oauth2.go:226
msgid "invalid state key"
msgstr ""

#: cmd/dashboard/controller/server.go:73
#, c-format
msgid "server id %d does not exist"
msgstr "server ID %d existiert nicht"
Expand All @@ -141,29 +171,37 @@ msgstr "server ID %d existiert nicht"
msgid "have invalid server id"
msgstr "haben ungültige Server ID"

#: cmd/dashboard/controller/service.go:88
#: cmd/dashboard/controller/service.go:164
#: cmd/dashboard/controller/service.go:89
#: cmd/dashboard/controller/service.go:165
msgid "server not found"
msgstr "server nicht gefunden"

#: cmd/dashboard/controller/service.go:268
#: cmd/dashboard/controller/service.go:269
#, c-format
msgid "service id %d does not exist"
msgstr "service ID %d existiert nicht"

#: cmd/dashboard/controller/user.go:58
#: cmd/dashboard/controller/user.go:68
msgid "incorrect password"
msgstr "falsches passwort"

#: cmd/dashboard/controller/user.go:110
#: cmd/dashboard/controller/user.go:82
msgid "you don't have any oauth2 bindings"
msgstr ""

#: cmd/dashboard/controller/user.go:130
msgid "password length must be greater than 6"
msgstr "passwort muss länger als 6 Zeichen sein"

#: cmd/dashboard/controller/user.go:113
#: cmd/dashboard/controller/user.go:133
msgid "username can't be empty"
msgstr "benutzername darf nicht leer sein"

#: cmd/dashboard/controller/user.go:152
#: cmd/dashboard/controller/user.go:136
msgid "invalid role"
msgstr ""

#: cmd/dashboard/controller/user.go:175
msgid "can't delete yourself"
msgstr "du kannst dich selbst nicht löschen"

Expand Down Expand Up @@ -191,11 +229,11 @@ msgstr "geplante Aufgabe fehlgeschlagen"
msgid "IP Changed"
msgstr "IP geändert"

#: service/singleton/alertsentinel.go:167
#: service/singleton/alertsentinel.go:170
msgid "Incident"
msgstr "Vorfall"

#: service/singleton/alertsentinel.go:177
#: service/singleton/alertsentinel.go:180
msgid "Resolved"
msgstr "Gelöst"

Expand Down Expand Up @@ -267,6 +305,6 @@ msgstr "Niedere Verfügbarkeit"
msgid "Down"
msgstr "Unten"

#: service/singleton/user.go:53
#: service/singleton/user.go:60
msgid "user id not specified"
msgstr "benutzer-id nicht angegeben"
Binary file modified pkg/i18n/translations/en_US/LC_MESSAGES/nezha.mo
Binary file not shown.
Loading

0 comments on commit 64ac2db

Please sign in to comment.