Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
GL-panguanwang committed Sep 24, 2024
2 parents 3a5bc63 + 93aba1a commit 9dc65ed
Show file tree
Hide file tree
Showing 104 changed files with 3,185 additions and 298 deletions.
49 changes: 44 additions & 5 deletions base/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,16 @@
"incorrect_formate_tips": "Falsche Formatierung, bitte manuell ändern oder {action}",
"one_click_process_btn": "one-click processing",
"tips_ttitle": "Hinweise",
"click here_btn": "Hier klicken"
"click here_btn": "Hier klicken",
"agree_terms_and_privacy_tips": "Ich stimme den {terms} & der {privacy} zu.",
"cell_phone_num_label": "Handynummer",
"sign_up_btn": "Registrieren",
"detect_btn": "Ermitteln",
"email_box_label": "E-Mail",
"switch_btn": "Schalter",
"exit_btn": "Beenden",
"done_btn": "Erledigt",
"upgrade_btn": "Firmware Aktualisieren"
},
"msg": {
"access_denied": "Ungültiger Benutzer, keine Berechtigung oder nicht angemeldet!",
Expand All @@ -117,7 +126,10 @@
"interface_timeout": "Zeitüberschreitung bei der Antwort. Bitte überprüfen Sie die Netzwerkverbindung oder starten Sie das Gerät neu.",
"processing": "Verarbeitung ...",
"please_note": "Bitte beachten:",
"port_occupied": "{name} Port belegt"
"port_occupied": "{name} Port belegt",
"send_success_tips": "Erfolgreich gesendet!",
"sign_up_success": "Erfolgreich registriert!",
"successfully_badge_tips": "Erfolgreich!"
},
"internet": {
"lan_ip_tips": "Das LAN-Subnetz steht in Konflikt mit dem WAN-Subnetz, bitte $$$$Ändern Sie die LAN-IP$$$$ in eine andere IP-Adresse.",
Expand Down Expand Up @@ -154,7 +166,17 @@
"mtu_ipv6_warning_tips": "IPv6 kann nicht funktionieren, wenn die MTU kleiner als 1280 ist.",
"mac_format_tips": "das niedrigstwertige Bit des ersten Oktetts darf nicht auf 1 gesetzt werden (d. h. die zweite Hexadezimalziffer darf nicht ungerade sein).",
"illegal_subnet_tips": "Ungültige Subnetze, die letzten drei Bits müssen 0 sein.",
"illegal_subnet_mask_tips": "Ungültige Maske, da das Subnetz {subnet} ist, kann die Maske nicht kleiner als {min} sein."
"illegal_subnet_mask_tips": "Ungültige Maske, da das Subnetz {subnet} ist, kann die Maske nicht kleiner als {min} sein.",
"auto_update_mac_time_label": "Zu Zeitpunkt",
"auto_update_mac_tips": "Wenn diese Option aktiv ist, kann die MAC-Adresse automatisch gewechselt werden.",
"mac_replacement_label": "MAC-Wechselintervall",
"auto_update_mac_strategy_label": "Automatischer Wechsel der MAC-Adresse",
"auto_update_mac_label": "MAC automatisch wechseln",
"mac_replacement_tips": "Die MAC-Adresse kann zum Aktualisierungszeitpunkt gewechselt werden, und wenn die MAC-Adresse zu diesem Zeitpunkt noch in Verwendung ist, wird sie beim nächsten Herstellen einer Netzwerkverbindung aktualisiert.",
"recheck_btn": "Erneut erkennen",
"duplex_half_label": "{speed} MBit/s Halb-Duplex",
"duplex_full_label": "{speed} MBit/s Voll-Duplex",
"mode_label": "{tab} Modus"
},
"date": {
"wednesday": "Mi | Mittwoch",
Expand All @@ -179,7 +201,7 @@
"month_list": "Januar|Februar|März|April|Mai|Juni|Juli| August|September|Oktober|November|Dezember"
},
"upload": {
"select_or_drag": "Wählen Sie eine Datei oder ziehen Sie diese hierher",
"select_or_drag": "Wählen Sie eine Datei oder ziehen Sie diese hierher zum Hochladen",
"file_include": "Dateityp enthält",
"success": "Hochladen erfolgreich",
"reupload": "Datei erneut hochladen",
Expand All @@ -193,6 +215,23 @@
"battery_err_tips": "Das System hat keine Batterie erkannt. Bitte die Stromversorgung und Batterie auf Schäden überprüfen.",
"limit_tips": "Daten dürfen nicht mehr als {count} Einträge enthalten.",
"feature_unusable_tips": "Dieses Feature funktioniert nicht, weil {feature} eingeschaltet ist.",
"no_internet_base_tips": "Bitte die Internetverbindung prüfen und erneut versuchen."
"no_internet_base_tips": "Bitte die Internetverbindung prüfen und erneut versuchen.",
"lost_account_btn": "Konto verloren?",
"forget_password_btn": "Kennwort vergessen?"
},
"err": {
"abnormal_operation_msg": "Unerwarteter Fehler",
"network_not_reachable_msg": "Netzwerk nicht erreichbar"
},
"subscription": {
"url_label": "Abonnement URL",
"manual_label": "Anleitung"
},
"vaildate": {
"only_letters_num_allowd_tips": "Nur Buchstaben und Zahlen erlaubt",
"invalid_line_label": "Ungültige Zeilennummer: {num}",
"only_allowd_input_tips": "Es dürfen nur {limit} eingegeben werden.",
"only_num_letter_symbol_tips": "Nur Buchstaben, Zahlen und die Symbole {symbol} sind erlaubt",
"min_max_length_tips": "{min} - {max} Zeichen"
}
}
33 changes: 27 additions & 6 deletions base/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,14 @@
"tips_ttitle": "Tips",
"click here_btn": "Click Here",
"cell_phone_num_label": "Mobile Number",
"email_box_lable": "Email",
"sign_up_btn": "Sign Up",
"agree_terms_and_privacy_tips": "I have read and agree {terms} & {privacy}.",
"detect_btn": "Detect"
"detect_btn": "Detect",
"email_box_label": "Email",
"switch_btn": "Switch",
"exit_btn": "Exit",
"done_btn": "Done",
"upgrade_btn": "Upgrade"
},
"msg": {
"access_denied": "Invalid user, permission denied or not logged in!",
Expand All @@ -123,7 +127,9 @@
"processing": "Processing...",
"please_note": "Please note:",
"port_occupied": "{name} port occupied",
"send_success_tips": "Send successfully!"
"send_success_tips": "Send successfully!",
"sign_up_success": "Registered successfully!",
"successfully_badge_tips": "Successfully!"
},
"date": {
"day": "day(s)",
Expand Down Expand Up @@ -190,10 +196,12 @@
"auto_update_mac_strategy_label": "Auto Update MAC Strategy",
"mac_replacement_label": "MAC Replacement Cycle",
"mac_replacement_tips": "The MAC can update at the update time point, and if the MAC is still in use at this time, it will update after the next time you reconnect to the network.",
"recheck_btn": "re-detect"
"recheck_btn": "Re-detect",
"duplex_full_label": "{speed} Mbps full duplex",
"duplex_half_label": "{speed} Mbps half duplex"
},
"upload": {
"select_or_drag": "Select a file or drag it here",
"select_or_drag": "Select a file to upload or drag it here",
"file_include": "File types include",
"success": "Upload successful",
"reupload": "Re-upload file",
Expand All @@ -207,10 +215,23 @@
"battery_err_tips": "The system does not detect the battery module, check the power connection or battery for damage.",
"limit_tips": "Data must not exceed {count} entries.",
"feature_unusable_tips": "This feature does not work because {feature} is enabled.",
"no_internet_base_tips": "Please check your internet environment and try again."
"no_internet_base_tips": "Please check your internet environment and try again.",
"lost_account_btn": "Lost Account?",
"forget_password_btn": "Forget Password?"
},
"err": {
"network_not_reachable_msg": "Network not reachable",
"abnormal_operation_msg": "Operational exception"
},
"subscription": {
"url_label": "Subscription URL",
"manual_label": "Manual"
},
"vaildate": {
"only_letters_num_allowd_tips": "Only letters and numbers are allowed",
"invalid_line_label": "Invalid Line Number: {num}",
"only_allowd_input_tips": "Only {limit} is allowed to be entered.",
"only_num_letter_symbol_tips": "Only letters, numbers and symbols {symbol} are allowed",
"min_max_length_tips": "{min} - {max} characters"
}
}
47 changes: 43 additions & 4 deletions base/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,16 @@
"idx_label": "índice",
"update": "Actualizar",
"tips_ttitle": "Consejos",
"click here_btn": "Pulse aquí"
"click here_btn": "Pulse aquí",
"agree_terms_and_privacy_tips": "He leido y acepto los {terms} y {privacy}.",
"sign_up_btn": "Registrarse",
"detect_btn": "Detectar",
"email_box_label": "Dirección de Correo Electrónico",
"cell_phone_num_label": "Número móvil",
"switch_btn": "Cambiar",
"exit_btn": "Salir",
"done_btn": "Hecho",
"upgrade_btn": "Actualizar"
},
"msg": {
"access_denied": "¡Usuario no válido, permiso denegado o sesión no iniciada!",
Expand All @@ -117,7 +126,10 @@
"interface_timeout": "Tiempo de espera agotado. Compruebe el entorno de red o reinicie el dispositivo.",
"port_occupied": "{name} puerto ocupado",
"please_note": "Por favor, ten en cuenta:",
"processing": "Procesando..."
"processing": "Procesando...",
"send_success_tips": "Enviado exitosamente",
"successfully_badge_tips": "¡Con éxito!",
"sign_up_success": "¡Registrado con éxito!"
},
"date": {
"sunday": "Dom|Domingo",
Expand Down Expand Up @@ -176,7 +188,17 @@
"mtu_general_tips": "Si estableces un valor más alto/bajo que el rango compatible del dispositivo, el dispositivo utiliza el valor máximo/mínimo admitido.",
"mtu_ipv6_warning_tips": "IPv6 no puede funcionar cuando la MTU es menor que 1280.",
"illegal_subnet_tips": "Subredes ilegales, los últimos tres bits deben ser 0.",
"illegal_subnet_mask_tips": "Máscara ilegal. Debido a que la subred es {subnet}, la máscara no puede ser inferior a {min}."
"illegal_subnet_mask_tips": "Máscara ilegal. Debido a que la subred es {subnet}, la máscara no puede ser inferior a {min}.",
"recheck_btn": "detectar nuevamente",
"mode_label": "Modo {tab}",
"auto_update_mac_label": "Actualizar la dirección MAC de forma automática",
"auto_update_mac_tips": "Si esta opción se encuentra habilitada, la dirección MAC se puede actualizar de forma automática.",
"auto_update_mac_strategy_label": "Estrategia de actualización automática de la dirección MAC",
"mac_replacement_label": "Ciclo de reemplazo de la dirección MAC",
"mac_replacement_tips": "La dirección MAC se puede actualizar en el momento que se ha selectionado, y si se encuentra en uso en dicho momento, se actualizará la próxima vez que se conecte a la red.",
"duplex_full_label": "{speed} Mbps full duplex (simultáneo en ambos sentidos)",
"duplex_half_label": "{speed} Mbps half duplex (un solo sentido a la vez)",
"auto_update_mac_time_label": "Por Tiempo"
},
"upload": {
"select_or_drag": "Seleccione un archivo o arrástrelo aquí",
Expand All @@ -193,6 +215,23 @@
"battery_err_tips": "El sistema no detecta el módulo de la batería, verifica la conexión de energía o la batería en busca de daños.",
"feature_unusable_tips": "Esta función no funciona porque {feature} esta habilitada.",
"limit_tips": "Los datos no deben exceder {count} entradas.",
"no_internet_base_tips": "Por favor, verifique su entorno de internet y vuelva a intentarlo."
"no_internet_base_tips": "Por favor, verifique su entorno de internet y vuelva a intentarlo.",
"lost_account_btn": "¿Cuenta perdida?",
"forget_password_btn": "¿Olvidó la contraseña?"
},
"err": {
"network_not_reachable_msg": "La red no es alcanzable",
"abnormal_operation_msg": "Excepción operativa"
},
"subscription": {
"url_label": "URL de suscripción",
"manual_label": "Manual"
},
"vaildate": {
"only_allowd_input_tips": "Solo se permite ingresar {limit}.",
"only_num_letter_symbol_tips": "Solo se permiten letras, números y símbolos {symbol}",
"only_letters_num_allowd_tips": "Solo se permiten letras y números",
"min_max_length_tips": "{min} - {max} caracteres",
"invalid_line_label": "Número de línea inválido: {num}"
}
}
56 changes: 51 additions & 5 deletions base/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,16 @@
"click here_btn": "Cliquez ici",
"view_details_btn": "Montrer les détails",
"idx_label": "Index",
"update": "Mettre à jour"
"update": "Mettre à jour",
"cell_phone_num_label": "Numéro de mobile",
"sign_up_btn": "S'inscrire",
"agree_terms_and_privacy_tips": "J'ai lu et j'accepte les {terms} & {privacy}.",
"detect_btn": "Détecter",
"email_box_label": "Email",
"switch_btn": "Basculer",
"exit_btn": "Quitter",
"done_btn": "Terminé",
"upgrade_btn": "Mettre à niveau"
},
"msg": {
"access_denied": "Utilisateur invalide, permission refusée ou non connecté !",
Expand All @@ -117,7 +126,10 @@
"interface_timeout": "Temps d'attente dépassé. Veuillez vérifier votre connexion au réseau ou redémarrer le routeur.",
"processing": "Traitement...",
"please_note": "À noter :",
"port_occupied": "{name} port occupé"
"port_occupied": "{name} port occupé",
"send_success_tips": "Envoyé avec succès !",
"sign_up_success": "Enregistré avec succès !",
"successfully_badge_tips": "Avec succès !"
},
"date": {
"day": "jour(s)",
Expand All @@ -132,7 +144,14 @@
"min": "{count} Minute | {count} Minutes",
"hour": "{count} Heure | {count} Heures",
"for_last_time": "Dernier {time}",
"ms": "milisecondes"
"ms": "milisecondes",
"day_var": "Jour {count}",
"day_time": "{count} jour | {count} jours",
"quarter": "Trimestre",
"week": "{count} semaine | {count} semaines",
"month": "{count} mois | {count} mois",
"year": "{count} an | {count} ans",
"month_list": "Janvier|Février|Mars|Avril|Mai|Juin|Juillet| Août|Septembre|Octobre|Novembre|Décembre"
},
"internet": {
"connected": "Connecté",
Expand Down Expand Up @@ -169,7 +188,17 @@
"mac_real_label": "Usine",
"mac_format_tips": "le bit le moins significatif du premier octet ne doit pas être réglé sur 1 (c'est-à-dire que le deuxième chiffre hexadécimal ne doit pas être impair).",
"mtu_ipv6_warning_tips": "IPv6 ne peut pas fonctionner lorsque le MTU est inférieur à 1280.",
"illegal_subnet_tips": "Sous-réseaux illégaux, les trois derniers bits doivent être 0."
"illegal_subnet_tips": "Sous-réseaux illégaux, les trois derniers bits doivent être 0.",
"mode_label": "Mode {tab}",
"auto_update_mac_time_label": "Par heure",
"auto_update_mac_label": "Mise à jour automatique de l'adresse MAC",
"auto_update_mac_tips": "Si cette option est activée, l'adresse MAC peut se mettre à jour automatiquement.",
"auto_update_mac_strategy_label": "Stratégie de mise à jour automatique de l'adresse MAC",
"mac_replacement_label": "Cycle de remplacement de l'adresse MAC",
"mac_replacement_tips": "L'adresse MAC peut se mettre à jour au moment du point de mise à jour, et si l'adresse MAC est encore en utilisation à ce moment, elle se mettra à jour après la prochaine reconnexion au réseau.",
"duplex_full_label": "{speed} Mbps en duplex intégral",
"duplex_half_label": "{speed} Mbps en duplex partiel",
"recheck_btn": "Redétecter"
},
"upload": {
"select_or_drag": "Sélectionnez un fichier ou déposez-le ici",
Expand All @@ -186,6 +215,23 @@
"battery_err_tips": "Le système n'a pas detecté le module de batterie, vérfiez si votre alimentation ou votre batterie n'est pas endommagé.",
"feature_unusable_tips": "Cette fonctionnalité ne peut pas fonctionner car {feature} est activé.",
"no_internet_base_tips": "Veuillez vérifier votre connexion Internet et réessayer.",
"limit_tips": "Les données ne doivent pas dépasser {count} entrées."
"limit_tips": "Les données ne doivent pas dépasser {count} entrées.",
"lost_account_btn": "Compte perdu ?",
"forget_password_btn": "Mot de passe oublié ?"
},
"subscription": {
"url_label": "URL d'abonnement",
"manual_label": "Manuel"
},
"err": {
"network_not_reachable_msg": "Réseau non accessible",
"abnormal_operation_msg": "Exception opérationnelle"
},
"vaildate": {
"only_allowd_input_tips": "Seul {limit} est autorisé à être saisi.",
"only_letters_num_allowd_tips": "Seules les lettres et les chiffres sont autorisés",
"invalid_line_label": "Numéro de ligne invalide : {num}",
"only_num_letter_symbol_tips": "Seuls les lettres, les chiffres et les symboles {symbol} sont autorisés.",
"min_max_length_tips": "{min} - {max} caractères"
}
}
Loading

0 comments on commit 9dc65ed

Please sign in to comment.