diff --git a/pkg/i18n/translations/fr_FR/LC_MESSAGES/nezha.mo b/pkg/i18n/translations/fr_FR/LC_MESSAGES/nezha.mo new file mode 100644 index 0000000..11b03f3 Binary files /dev/null and b/pkg/i18n/translations/fr_FR/LC_MESSAGES/nezha.mo differ diff --git a/pkg/i18n/translations/fr_FR/LC_MESSAGES/nezha.po b/pkg/i18n/translations/fr_FR/LC_MESSAGES/nezha.po new file mode 100644 index 0000000..cabe4f7 --- /dev/null +++ b/pkg/i18n/translations/fr_FR/LC_MESSAGES/nezha.po @@ -0,0 +1,312 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-01-30 21:58+0800\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: fr\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" + +#: cmd/dashboard/controller/alertrule.go:104 +#, c-format +msgid "alert id %d does not exist" +msgstr "" + +#: cmd/dashboard/controller/alertrule.go:108 +#: cmd/dashboard/controller/alertrule.go:156 +#: cmd/dashboard/controller/alertrule.go:176 +#: cmd/dashboard/controller/controller.go:226 +#: 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:111 +#: cmd/dashboard/controller/nat.go:122 cmd/dashboard/controller/nat.go:162 +#: 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:66 cmd/dashboard/controller/server.go:78 +#: cmd/dashboard/controller/server.go:137 +#: cmd/dashboard/controller/server.go:201 +#: 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:271 +#: cmd/dashboard/controller/service.go:342 +#: cmd/dashboard/controller/service.go:369 +#: cmd/dashboard/controller/terminal.go:41 +msgid "permission denied" +msgstr "" + +#: cmd/dashboard/controller/alertrule.go:184 +msgid "duration need to be at least 3" +msgstr "" + +#: cmd/dashboard/controller/alertrule.go:188 +msgid "cycle_interval need to be at least 1" +msgstr "" + +#: cmd/dashboard/controller/alertrule.go:191 +msgid "cycle_start is not set" +msgstr "" + +#: cmd/dashboard/controller/alertrule.go:194 +msgid "cycle_start is a future value" +msgstr "" + +#: cmd/dashboard/controller/alertrule.go:199 +msgid "need to configure at least a single rule" +msgstr "" + +#: cmd/dashboard/controller/controller.go:220 +#: cmd/dashboard/controller/oauth2.go:153 +#: cmd/dashboard/controller/server_group.go:162 +#: cmd/dashboard/controller/service.go:97 cmd/dashboard/controller/user.go:27 +#: cmd/dashboard/controller/user.go:63 +msgid "unauthorized" +msgstr "" + +#: cmd/dashboard/controller/controller.go:243 +msgid "database error" +msgstr "" + +#: cmd/dashboard/controller/cron.go:75 cmd/dashboard/controller/cron.go:149 +msgid "scheduled tasks cannot be triggered by alarms" +msgstr "" + +#: cmd/dashboard/controller/cron.go:132 cmd/dashboard/controller/cron.go:190 +#, c-format +msgid "task id %d does not exist" +msgstr "" + +#: 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 "" + +#: cmd/dashboard/controller/ddns.go:81 cmd/dashboard/controller/ddns.go:154 +msgid "error parsing %s: %v" +msgstr "" + +#: cmd/dashboard/controller/ddns.go:127 cmd/dashboard/controller/nat.go:118 +#, c-format +msgid "profile id %d does not exist" +msgstr "" + +#: cmd/dashboard/controller/fm.go:39 cmd/dashboard/controller/terminal.go:37 +msgid "server not found or not connected" +msgstr "" + +#: cmd/dashboard/controller/notification.go:69 +#: cmd/dashboard/controller/notification.go:131 +msgid "a test message" +msgstr "" + +#: cmd/dashboard/controller/notification.go:108 +#, c-format +msgid "notification id %d does not exist" +msgstr "" + +#: cmd/dashboard/controller/notification_group.go:94 +#: cmd/dashboard/controller/notification_group.go:175 +msgid "have invalid notification id" +msgstr "" + +#: cmd/dashboard/controller/notification_group.go:160 +#: cmd/dashboard/controller/server_group.go:158 +#, c-format +msgid "group id %d does not exist" +msgstr "" + +#: 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 +msgid "provider not found" +msgstr "" + +#: 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:175 +msgid "oauth2 user not binded yet" +msgstr "" + +#: cmd/dashboard/controller/oauth2.go:217 +#: cmd/dashboard/controller/oauth2.go:223 +#: cmd/dashboard/controller/oauth2.go:228 +msgid "invalid state key" +msgstr "" + +#: cmd/dashboard/controller/server.go:74 +#, c-format +msgid "server id %d does not exist" +msgstr "" + +#: cmd/dashboard/controller/server.go:250 +msgid "operation timeout" +msgstr "" + +#: cmd/dashboard/controller/server.go:257 +msgid "get server config failed: %v" +msgstr "" + +#: cmd/dashboard/controller/server.go:261 +msgid "get server config failed" +msgstr "" + +#: cmd/dashboard/controller/server_group.go:92 +#: cmd/dashboard/controller/server_group.go:172 +msgid "have invalid server id" +msgstr "" + +#: cmd/dashboard/controller/service.go:90 +#: cmd/dashboard/controller/service.go:165 +msgid "server not found" +msgstr "" + +#: cmd/dashboard/controller/service.go:267 +#, c-format +msgid "service id %d does not exist" +msgstr "" + +#: cmd/dashboard/controller/user.go:68 +msgid "incorrect password" +msgstr "" + +#: cmd/dashboard/controller/user.go:82 +msgid "you don't have any oauth2 bindings" +msgstr "" + +#: cmd/dashboard/controller/user.go:131 +msgid "password length must be greater than 6" +msgstr "" + +#: cmd/dashboard/controller/user.go:134 +msgid "username can't be empty" +msgstr "" + +#: cmd/dashboard/controller/user.go:137 +msgid "invalid role" +msgstr "" + +#: cmd/dashboard/controller/user.go:176 +msgid "can't delete yourself" +msgstr "" + +#: service/rpc/io_stream.go:128 +msgid "timeout: no connection established" +msgstr "" + +#: service/rpc/io_stream.go:131 +msgid "timeout: user connection not established" +msgstr "" + +#: service/rpc/io_stream.go:134 +msgid "timeout: agent connection not established" +msgstr "" + +#: service/rpc/nezha.go:71 +msgid "Scheduled Task Executed Successfully" +msgstr "" + +#: service/rpc/nezha.go:75 +msgid "Scheduled Task Executed Failed" +msgstr "" + +#: service/rpc/nezha.go:274 +msgid "IP Changed" +msgstr "" + +#: service/singleton/alertsentinel.go:169 +msgid "Incident" +msgstr "" + +#: service/singleton/alertsentinel.go:179 +msgid "Resolved" +msgstr "" + +#: service/singleton/crontask.go:54 +msgid "Tasks failed to register: [" +msgstr "" + +#: service/singleton/crontask.go:61 +msgid "" +"] These tasks will not execute properly. Fix them in the admin dashboard." +msgstr "" + +#: service/singleton/crontask.go:144 service/singleton/crontask.go:169 +#, c-format +msgid "[Task failed] %s: server %s is offline and cannot execute the task" +msgstr "" + +#: service/singleton/servicesentinel.go:468 +#, c-format +msgid "[Latency] %s %2f > %2f, Reporter: %s" +msgstr "" + +#: service/singleton/servicesentinel.go:475 +#, c-format +msgid "[Latency] %s %2f < %2f, Reporter: %s" +msgstr "" + +#: service/singleton/servicesentinel.go:501 +#, c-format +msgid "[%s] %s Reporter: %s, Error: %s" +msgstr "" + +#: service/singleton/servicesentinel.go:544 +#, c-format +msgid "[TLS] Fetch cert info failed, Reporter: %s, Error: %s" +msgstr "" + +#: service/singleton/servicesentinel.go:584 +#, c-format +msgid "The TLS certificate will expire within seven days. Expiration time: %s" +msgstr "" + +#: service/singleton/servicesentinel.go:597 +#, c-format +msgid "" +"TLS certificate changed, old: issuer %s, expires at %s; new: issuer %s, " +"expires at %s" +msgstr "" + +#: service/singleton/servicesentinel.go:633 +msgid "No Data" +msgstr "" + +#: service/singleton/servicesentinel.go:635 +msgid "Good" +msgstr "" + +#: service/singleton/servicesentinel.go:637 +msgid "Low Availability" +msgstr "" + +#: service/singleton/servicesentinel.go:639 +msgid "Down" +msgstr "" + +#: service/singleton/user.go:60 +msgid "user id not specified" +msgstr "" diff --git a/pkg/i18n/translations/id_ID/LC_MESSAGES/nezha.mo b/pkg/i18n/translations/id_ID/LC_MESSAGES/nezha.mo index 93ad9d0..3a3f955 100644 Binary files a/pkg/i18n/translations/id_ID/LC_MESSAGES/nezha.mo and b/pkg/i18n/translations/id_ID/LC_MESSAGES/nezha.mo differ diff --git a/pkg/i18n/translations/id_ID/LC_MESSAGES/nezha.po b/pkg/i18n/translations/id_ID/LC_MESSAGES/nezha.po index d2ff832..44b61c9 100644 --- a/pkg/i18n/translations/id_ID/LC_MESSAGES/nezha.po +++ b/pkg/i18n/translations/id_ID/LC_MESSAGES/nezha.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-30 21:58+0800\n" -"PO-Revision-Date: 2025-06-04 22:02+0000\n" +"PO-Revision-Date: 2025-06-25 10:02+0000\n" "Last-Translator: \"Kxroqi :3\" \n" "Language-Team: Indonesian \n" @@ -17,12 +17,12 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.12-dev\n" +"X-Generator: Weblate 5.13-dev\n" #: cmd/dashboard/controller/alertrule.go:104 #, c-format msgid "alert id %d does not exist" -msgstr "" +msgstr "id%d peringatan tidak ditemukan" #: cmd/dashboard/controller/alertrule.go:108 #: cmd/dashboard/controller/alertrule.go:156 diff --git a/pkg/i18n/translations/ta_IN/LC_MESSAGES/nezha.mo b/pkg/i18n/translations/ta_IN/LC_MESSAGES/nezha.mo index a99dc75..d95f4a9 100644 Binary files a/pkg/i18n/translations/ta_IN/LC_MESSAGES/nezha.mo and b/pkg/i18n/translations/ta_IN/LC_MESSAGES/nezha.mo differ diff --git a/pkg/i18n/translations/ta_IN/LC_MESSAGES/nezha.po b/pkg/i18n/translations/ta_IN/LC_MESSAGES/nezha.po index d7c543e..8602026 100644 --- a/pkg/i18n/translations/ta_IN/LC_MESSAGES/nezha.po +++ b/pkg/i18n/translations/ta_IN/LC_MESSAGES/nezha.po @@ -8,16 +8,16 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-30 21:58+0800\n" -"PO-Revision-Date: 2025-01-20 06:45+0000\n" -"Last-Translator: UUBulb \n" -"Language-Team: Tamil \n" +"PO-Revision-Date: 2025-06-21 16:01+0000\n" +"Last-Translator: தமிழ்நேரம் \n" +"Language-Team: Tamil \n" "Language: ta_IN\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" +"X-Generator: Weblate 5.13-dev\n" #: cmd/dashboard/controller/alertrule.go:104 #, c-format @@ -165,18 +165,16 @@ msgid "server id %d does not exist" msgstr "சேவையக ஐடி %d இல்லை" #: cmd/dashboard/controller/server.go:250 -#, fuzzy -#| msgid "operation not permitted" msgid "operation timeout" -msgstr "செயல்பாடு அனுமதிக்கப்படவில்லை" +msgstr "செயல்பாடு நேரம்கடந்தது" #: cmd/dashboard/controller/server.go:257 msgid "get server config failed: %v" -msgstr "" +msgstr "சேவையக கட்டமைப்பு தோல்வியுற்றது: %v" #: cmd/dashboard/controller/server.go:261 msgid "get server config failed" -msgstr "" +msgstr "சேவையக கட்டமைப்பு தோல்வியுற்றது" #: cmd/dashboard/controller/server_group.go:92 #: cmd/dashboard/controller/server_group.go:172