-
Notifications
You must be signed in to change notification settings - Fork 22
New Crowdin updates #2004
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
New Crowdin updates #2004
Changes from all commits
de19573
ce13e04
a8d1719
1359115
2ccf581
29d0912
0b21291
78d8c72
0748d8e
863cef1
1a8c495
a125106
5c4e6d9
ce8c657
14cfc42
ef26a5f
d774e0c
23cafe2
969bd31
9aaf0c8
af0463e
ef95bbf
6676c94
c7eb667
0897e47
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -346,6 +346,7 @@ | |||||||||||||
| "onboarding.licenseStep.title": "Licence Unraid OS", | ||||||||||||||
| "onboarding.licenseStep.description": "Prêt pour l'activation. Cliquez ci-dessous pour gérer votre licence et l'enregistrement de votre serveur dans l'application de compte Unraid.", | ||||||||||||||
| "onboarding.licenseStep.status.registered": "Enregistré", | ||||||||||||||
| "onboarding.licenseStep.status.noLicenseDevice": "Aucun périphérique de licence valide détecté", | ||||||||||||||
| "onboarding.licenseStep.status.unregistered": "Non enregistré", | ||||||||||||||
| "onboarding.licenseStep.labels.status": "Statut", | ||||||||||||||
| "onboarding.licenseStep.labels.activationCode": "Code d'activation", | ||||||||||||||
|
|
@@ -778,9 +779,9 @@ | |||||||||||||
| "server.state.enoconn.heading": "Impossible de valider la clé d'essai d'Unraid", | ||||||||||||||
| "server.state.enoconn.humanReadable": "Essai nécessite une connexion Internet", | ||||||||||||||
| "server.state.enoconn.message": "<p>Votre clé d'essai nécessite une connexion Internet.</p><p><a href=\"/Settings/NetworkSettings\" class=\"underline\">Veuillez vérifier Paramètres > Réseau</a></p>", | ||||||||||||||
| "server.state.enoflash.heading": "Impossible d'accéder à votre appareil de démarrage", | ||||||||||||||
| "server.state.enoflash.humanReadable": "Pas d'Appareil de Démarrage", | ||||||||||||||
| "server.state.enoflash.message": "<p>Il y a un problème physique pour accéder à votre appareil de démarrage</p>", | ||||||||||||||
| "server.state.enoflash.heading": "Aucun périphérique de licence valide détecté", | ||||||||||||||
| "server.state.enoflash.humanReadable": "Aucun périphérique de licence", | ||||||||||||||
| "server.state.enoflash.message": "<p>Aucun périphérique TPM valide ni clé USB n’a été détecté pour la licence. Connectez une clé USB compatible avec la licence ou सक्रियez la licence TPM, puis actualisez l’enregistrement.</p>", | ||||||||||||||
|
Comment on lines
+782
to
+784
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix mixed-language token in French error message. Line 784 contains Suggested patch- "server.state.enoflash.message": "<p>Aucun périphérique TPM valide ni clé USB n’a été détecté pour la licence. Connectez une clé USB compatible avec la licence ou सक्रियez la licence TPM, puis actualisez l’enregistrement.</p>",
+ "server.state.enoflash.message": "<p>Aucun périphérique TPM valide ni clé USB n’a été détecté pour la licence. Connectez une clé USB compatible avec la licence ou activez la licence TPM, puis actualisez l’enregistrement.</p>",📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||
| "server.state.enokeyfile.heading": "Libérez le potentiel de votre matériel", | ||||||||||||||
| "server.state.enokeyfile.humanReadable": "Pas de fichier clé", | ||||||||||||||
| "server.state.enokeyfile.message": "<p>Choisissez une option ci-dessous, puis utilisez notre <a href=\"https://unraid.net/getting-started\" target=\"_blank\" rel=\"noreffer noopener\">Guide de démarrage</a> pour configurer votre array en moins de 15 minutes.</p>", | ||||||||||||||
|
|
||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix Czech gender agreement in “no valid license device” text.
At Line 349 and Line 782, use neuter agreement for zařízení:
Nebyl zjištěn žádné platné licenční zařízeníis grammatically off; prefer wording likeNebylo zjištěno žádné platné licenční zařízení.Also applies to: 782-782
🤖 Prompt for AI Agents