Skip to content
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

New Crowdin updates #240

Open
wants to merge 32 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
6d1011a
New translations en.json (Spanish)
manuelernestog Jun 3, 2023
c380783
New translations en.json (French)
manuelernestog Jun 3, 2023
170a339
New translations en.json (German)
manuelernestog Jun 3, 2023
78fff8e
New translations en.json (Italian)
manuelernestog Jun 3, 2023
eac2a71
New translations en.json (Japanese)
manuelernestog Jun 3, 2023
3308b2d
New translations en.json (Korean)
manuelernestog Jun 3, 2023
d92ff0c
New translations en.json (Portuguese)
manuelernestog Jun 3, 2023
6ff5728
New translations en.json (Russian)
manuelernestog Jun 3, 2023
3afdc80
New translations en.json (Turkish)
manuelernestog Jun 3, 2023
4c5f622
New translations en.json (Ukrainian)
manuelernestog Jun 3, 2023
d15c302
New translations en.json (Chinese Simplified)
manuelernestog Jun 3, 2023
c5b08cf
New translations en.json (Chinese Traditional)
manuelernestog Jun 3, 2023
0b7d2d5
New translations en.json (Chinese Simplified)
manuelernestog Jun 8, 2023
33ce238
New translations en.json (Chinese Simplified)
manuelernestog Jun 8, 2023
00b0432
New translations en.json (Turkish)
manuelernestog Oct 25, 2023
14c2172
New translations en.json (French)
manuelernestog Nov 4, 2023
bdefd3a
New translations en.json (French)
manuelernestog Nov 4, 2023
216a03b
New translations en.json (Spanish)
manuelernestog Nov 16, 2023
97fa192
New translations en.json (Spanish)
manuelernestog Nov 16, 2023
9f245ce
New translations en.json (Russian)
manuelernestog Nov 22, 2023
513a40a
New translations en.json (French)
manuelernestog Feb 12, 2024
4cd77ab
New translations en.json (Spanish)
manuelernestog Feb 12, 2024
4cc3c52
New translations en.json (German)
manuelernestog Feb 12, 2024
2894341
New translations en.json (Italian)
manuelernestog Feb 12, 2024
aec68b4
New translations en.json (Japanese)
manuelernestog Feb 12, 2024
ad6f413
New translations en.json (Korean)
manuelernestog Feb 12, 2024
a044a2b
New translations en.json (Portuguese)
manuelernestog Feb 12, 2024
7837a61
New translations en.json (Russian)
manuelernestog Feb 12, 2024
4ac9d8f
New translations en.json (Turkish)
manuelernestog Feb 12, 2024
51731fe
New translations en.json (Ukrainian)
manuelernestog Feb 12, 2024
ae8cfaa
New translations en.json (Chinese Simplified)
manuelernestog Feb 12, 2024
884b948
New translations en.json (Chinese Traditional)
manuelernestog Feb 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions src/assets/languages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"data": "Daten",
"import": "Importieren",
"export": "Exportieren",
"clear": "Clear",
"backup": "Backup:",
"invalidFile": "Ungültige Datei",
"checkUpdates": "Beim Start nach Updates suchen",
Expand Down Expand Up @@ -40,10 +41,9 @@
"notificationIndicator": "Benachrichtigungsanzeige",
"autoReorderTasks": "Aufgaben automatisch neu anordnen",
"moveCompletedTaskToBottom": "Erledigte Aufgaben nach unten verschieben",
"clear": "Löschen",
"fullscreenToDoModal": "Aufgabendetails im Vollbildmodus",
"moveCompletedSubTaskToBottom": "Abgeschlossene Unteraufgaben nach unten verschieben",
"weekStartOnMonday": "Die Woche beginnt am Montag"
"moveCompletedSubTaskToBottom": "Move completed sub-tasks to bottom",
"fullscreenToDoModal": "To-do Details in full screen",
"weekStartOnMonday": "The Week start on Monday"
},
"donate": {
"contribute": "Beitragen",
Expand Down Expand Up @@ -94,7 +94,7 @@
"data8": "Sie können sie auch im Optionsmenü ausblenden",
"data9": "Äpfel",
"data10": "Erfrischungen",
"data11": "Klicken Sie auf die drei Punkte, um weitere Details zu dieser Aufgabe anzuzeigen",
"data11": "Click the three dots to see more details about this task",
"data12": "Öffnen Sie Aufgabendetails schnell mit dem mittleren Mausklick",
"list1": "Benutzerdefinierte Liste",
"list2": "Einkaufsliste",
Expand Down Expand Up @@ -150,6 +150,7 @@
"mobileWarning": "WeekToDo ist eine Desktop-Anwendung und kann derzeit nicht in dieser Auflösung angezeigt werden. :(",
"today": "heute",
"calendar": "Kalender",
"print": "PDF / Print",
"newCustomList": "Neue benutzerdefinierte Liste",
"reorderCustomLists": "Benutzerdefinierte Listen neu anordnen",
"softwareUpdated": "Software aktualisiert",
Expand Down Expand Up @@ -178,7 +179,8 @@
"quit": "Aufhören",
"copyTasks": "Aufgaben kopieren",
"task": "Aufgabe",
"Frecuency": "Häufigkeit"
"Frecuency": "Häufigkeit",
"showAll": "Show All"
},
"todoDetails": {
"taskTitle": "Aufgabentitel",
Expand Down Expand Up @@ -209,7 +211,8 @@
"color": "Farbe",
"close": "Nah dran",
"actions": "Aktionen",
"customWeekdays": "Benutzerdefinierte Wochentage"
"customWeekdays": "Custom Weekdays",
"daysOfMonth": "Days of Month"
},
"notifications": {
"noPendingTasksToday": "Sie haben heute keine geplanten Aufgaben.",
Expand Down
20 changes: 14 additions & 6 deletions src/assets/languages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"data": "Datos",
"import": "Importar",
"export": "Exportar",
"clear": "Limpiar",
"backup": "Copia de Seguridad:",
"invalidFile": "Archivo Inválido",
"checkUpdates": "Buscar actualizaciones al inicio",
Expand Down Expand Up @@ -39,7 +40,10 @@
"startCalendarYesterday": "El calendario empieza ayer",
"notificationIndicator": "Indicador de notificación",
"autoReorderTasks": "Reordenar tareas automáticamente",
"moveCompletedTaskToBottom": "Mover las tareas completadas al final"
"moveCompletedTaskToBottom": "Mover las tareas completadas al final",
"moveCompletedSubTaskToBottom": "Mover sub-tareas completadas al final",
"fullscreenToDoModal": "Detalles de tarea en pantalla completa",
"weekStartOnMonday": "La semana inicia el lunes"
},
"donate": {
"contribute": "Contribuir",
Expand All @@ -60,7 +64,7 @@
"buyMeACoffee": "Cómprame un café",
"buyMeACryptoCoffee": "Invítame a un café",
"translate": "Traducir",
"shareMessage": "Estoy programando mi semana con WeekToDo, un planificador semanal minimalista gratuito enfocado en la privacidad y espero que te encante.\n¡Pruébalo!",
"shareMessage": "Estoy programando mi semana con WeekToDo, un planificador semanal gratuito minimalista centrado en la privacidad y creo que a ti también te encantará. \n¡Échale un vistazo!",
"supportUs": "Apóyanos",
"splashMessage": "¿Disfrutando de WeekToDo? \n¡Puedes apoyar el proyecto aquí!"
},
Expand All @@ -72,7 +76,7 @@
"devName": "Manuel Ernesto García",
"version": "Versión",
"desc": "WeekToDo es un Planificador Semanal Minimalista enfocado en la privacidad.",
"site": "Visita el sitio web",
"site": "Visitar Sitio Web",
"contributors": "Contribuidores",
"sponsors": "Patrocinadores",
"collaborators": "Colaboradores",
Expand All @@ -90,7 +94,7 @@
"data8": "También puedes ocultarlas en el menú de opciones",
"data9": "Manzanas",
"data10": "Refrescos",
"data11": "Haga clic en los tres puntos para ver más detalles sobre esta tarea",
"data11": "Click the three dots to see more details about this task",
"data12": "Abra los detalles de la tarea rápidamente con el clic central del ratón",
"list1": "Lista Personalizada",
"list2": "Lista de Compras",
Expand Down Expand Up @@ -146,6 +150,7 @@
"mobileWarning": "WeekToDo es una aplicación de Escritorio y por ahora no esta lista para mostrarse en esta resolución. :(",
"today": "Hoy",
"calendar": "Calendario",
"print": "PDF / Print",
"newCustomList": "Nueva Lista Personalizada",
"reorderCustomLists": "Reordenar listas personalizadas",
"softwareUpdated": "Software Actualizado",
Expand Down Expand Up @@ -174,7 +179,8 @@
"quit": "Salir",
"copyTasks": "Copiar tareas",
"task": "Tarea",
"Frecuency": "Frecuencia"
"Frecuency": "Frecuencia",
"showAll": "Show All"
},
"todoDetails": {
"taskTitle": "Título de la tarea",
Expand Down Expand Up @@ -204,7 +210,9 @@
"alarm": "Alarma",
"color": "Color",
"close": "Cerca",
"actions": "Acciones"
"actions": "Acciones",
"customWeekdays": "Días de la semana personalizados",
"daysOfMonth": "Days of Month"
},
"notifications": {
"noPendingTasksToday": "No tienes tareas programadas hoy.",
Expand Down
51 changes: 27 additions & 24 deletions src/assets/languages/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
"language": "Langue",
"customLists": "Listes personnalisées",
"darkTheme": "Thème sombre",
"darkTrayIcon": "Icône de plateau sombre",
"darkTrayIcon": "Icône de la barre latérale sombre",
"darkIcon": "Icône sombre",
"data": "Data",
"data": "Données",
"import": "Importer",
"export": "Exporter",
"clear": "Effacer",
"backup": "Sauvegarde:",
"invalidFile": "Fichier non valide",
"invalidFile": "Fichier invalide",
"checkUpdates": "Rechercher des mises à jour au démarrage",
"calendar": "Calendrier",
"zoom": "Zoom",
Expand All @@ -19,8 +20,8 @@
"goToNewDomain": "Nous changeons le site Web WeekToDo vers un nouveau domaine et celui-ci sera interrompu le 1er avril 2022. Afin de conserver vos données, vous devez les exporter depuis ce domaine puis les importer dans le nouveau domaine (Depuis le menu de configuration). Gardez à l'esprit que si vous ne migrez pas les données, vous perdrez les informations stockées par votre navigateur dans ce domaine. Désolé pour tout inconvénient que cela pourrait causer.",
"gotoNewDomainBtn": "Aller au nouveau domaine",
"general": "Général",
"notifications": "Avis",
"display": "Afficher",
"notifications": "Notification",
"display": "Affichage",
"openOnStartup": "Ouvrir au démarrage",
"notificationOnStartup": "Notification au démarrage",
"notificationSound": "Son de notification",
Expand All @@ -40,9 +41,8 @@
"notificationIndicator": "Indicateur de notification",
"autoReorderTasks": "Réorganiser automatiquement les tâches",
"moveCompletedTaskToBottom": "Déplacer les tâches terminées vers le bas",
"clear": "Supprimer",
"fullscreenToDoModal": "Détails de la tâche en plein écran",
"moveCompletedSubTaskToBottom": "Déplacer les sous-tâches terminées vers le bas",
"fullscreenToDoModal": "Détails de la tâche en plein écran",
"weekStartOnMonday": "La semaine commence le lundi"
},
"donate": {
Expand All @@ -54,7 +54,7 @@
"crypto": "Crypto",
"goBack": "Revenir en arrière",
"paymentType": "Type de paiement",
"address": "adresse",
"address": "Adresse",
"copy": "Copier",
"copiedAddres": "Adresse copiée !!!",
"share": "Partager",
Expand All @@ -64,12 +64,12 @@
"buyMeACoffee": "Achetez-moi un café",
"buyMeACryptoCoffee": "Achetez-moi un café crypto",
"translate": "Traduire",
"shareMessage": "Je planifie ma semaine avec WeekToDo, un planificateur hebdomadaire minimaliste gratuit axé sur la confidentialité et je pense que vous l'aimerez aussi. \nVérifiez-le!",
"shareMessage": "Je planifie ma semaine avec WeekToDo, un planificateur hebdomadaire minimaliste gratuit axé sur la confidentialité et je pense que vous l'aimerez aussi. \nTestez-le par vous-même !",
"supportUs": "Soutenez-nous",
"splashMessage": "Vous aimez WeekToDo ? \nVous pouvez soutenir le projet ici !"
},
"about": {
"about": "à propos à propos",
"about": "À propos",
"madeWith": "Fabriqué avec",
"inCuba": "à Cuba",
"dev": "Développeur et concepteur",
Expand All @@ -78,41 +78,41 @@
"desc": "WeekToDo est un agenda hebdomadaire minimaliste axé sur la confidentialité.",
"site": "Visiter le site Web",
"contributors": "Contributrice",
"sponsors": "Commanditaires",
"sponsors": "Sponsors",
"collaborators": "Collaborateurs",
"email": "E-mail",
"email": "Email",
"blog": "Blogue",
"license": "Licence"
},
"generatedData": {
"data2": "Cliquez pour terminer la tâche",
"data3": "Double-cliquez pour éditer la tâche",
"data4": "Passez la souris pour afficher le reste du texte de cette tâche.",
"data4": "Survoler la tâche avec la souris pour afficher le reste du texte de celle-ci.",
"data5": "Vous pouvez faire glisser et déposer les tâches",
"data6": "Ceci est une liste personnalisée",
"data7": "Vous pouvez créer de nouvelles listes à partir de la barre latérale",
"data8": "Vous pouvez également les masquer dans le menu des paramètres",
"data9": "Pommes",
"data10": "Rafraîchissements",
"data11": "Cliquez sur les trois points pour voir plus de détails sur cette tâche",
"data12": "Ouvrez rapidement les détails de la tâche avec le clic central de la souris",
"data11": "Click the three dots to see more details about this task",
"data12": "Ouvrez rapidement les détails de la tâche avec le clic molette de la souris",
"list1": "Liste personnalisée",
"list2": "Liste d'épicerie",
"list2": "Liste de courses",
"list3": "Idées",
"subtask1": "Je suis une sous-tâche",
"subtask2": "Cliquez pour terminer la sous-tâche",
"desc1": "Ici, vous pouvez définir vos notes sur cette tâche. Double-cliquez pour modifier les notes."
"desc1": "Ici, vous pouvez ajouter des notes à cette tâche. Double-cliquez pour les modifier."
},
"tips": {
"tips": "des astuces",
"tips": "Quelques astuces",
"next": "Prochain conseil",
"back": "Conseil précédent",
"tip1": "Vous pouvez créer une nouvelle tâche en cliquant sur n'importe quelle zone des listes.",
"tip2": "Les tâches peuvent être glissées et déposées d'une liste à une autre ou en modifiant leur ordre.",
"tip3": "Pour modifier le nom d'une liste ou d'une tâche, double-cliquez dessus.",
"tip4": "À droite de la date de chaque liste se trouve l'icône Répéter qui vous permet d'envoyer toutes les tâches en attente de la liste actuelle au jour suivant.",
"tip5": "Si vous n'utilisez pas les listes personnalisées, vous pouvez les masquer dans le menu de configuration.",
"tip6": "Le calendrier de la barre latérale vous permet de faire défiler rapidement jusqu'à une date.",
"tip6": "Le calendrier de la barre latérale vous permet de rapidement trouver une date.",
"tip7": "En plaçant le curseur sur le nom de la liste, l'icône Marquer tout apparaîtra, cela vous permet de marquer toutes les tâches qu'une liste contient.",
"tip8": "Vous pouvez créer une nouvelle liste personnalisée à l'aide du bouton Ajouter une nouvelle liste situé sur le panneau latéral.",
"tip9": "Le bouton Démarrer vous place sur la journée en cours.",
Expand All @@ -132,7 +132,7 @@
"allReadySub": "Si vous avez des questions, vous pouvez trouver des conseils dans la barre latérale",
"welcome": "Bienvenue dans WeekToDo",
"welcomeText": "Le gestionnaire de tâches hebdomadaire minimaliste axé sur la confidentialité. Pour commencer, sélectionnez votre langue.",
"privacy": "Privacy",
"privacy": "Confidentialité",
"privacyText": "Toutes vos données sont stockées sur votre ordinateur. \nSi vous devez changer d'ordinateur ou de navigateur, pensez à créer une sauvegarde.",
"privacySub": "En cas d'erreurs dans l'application, vous pouvez envoyer un rapport des erreurs au développeur.",
"theme": "Thème",
Expand All @@ -145,11 +145,12 @@
"removeRepeatingTask": "Supprimer la tâche répétitive",
"cancel": "Annuler",
"ok": "D'accord",
"remove": "Remove",
"remove": "Supprimer",
"splashSub": "Agenda hebdomadaire minimaliste",
"mobileWarning": "WeekToDo est une application de bureau et pour l'instant elle n'est pas prête à être affichée dans cette résolution. :(",
"today": "Aujourd'hui",
"calendar": "Calendrier",
"print": "PDF / Print",
"newCustomList": "Nouvelle liste personnalisée",
"reorderCustomLists": "Réorganiser les listes personnalisées",
"softwareUpdated": "Logiciel mis à jour",
Expand All @@ -166,7 +167,7 @@
"updateAll": "Tout mettre à jour",
"removeAll": "Supprimer tout",
"recurringTasks": "Tâches récurrentes",
"undo": "annuler",
"undo": "Annuler",
"clearList": "Effacer la liste",
"clear": "Dégager",
"clearListConfirm": "Voulez-vous vraiment effacer la liste ?",
Expand All @@ -178,7 +179,8 @@
"quit": "Quitter",
"copyTasks": "Copier des tâches",
"task": "Tâche",
"Frecuency": "Fréquence"
"Frecuency": "Fréquence",
"showAll": "Show All"
},
"todoDetails": {
"taskTitle": "Titre de la tâche",
Expand Down Expand Up @@ -209,7 +211,8 @@
"color": "Couleur",
"close": "proche",
"actions": "Actions",
"customWeekdays": "Jours de semaine personnalisés"
"customWeekdays": "Jours de la semaine personnalisés",
"daysOfMonth": "Days of Month"
},
"notifications": {
"noPendingTasksToday": "Vous n'avez aucune tâche planifiée aujourd'hui.",
Expand Down
17 changes: 10 additions & 7 deletions src/assets/languages/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"data": "Dati",
"import": "Importa",
"export": "Esporta",
"clear": "Clear",
"backup": "Copia di sicurezza:",
"invalidFile": "File invalido",
"checkUpdates": "Verifica aggiornamenti all'avvio",
Expand Down Expand Up @@ -40,10 +41,9 @@
"notificationIndicator": "Indicatore di notifica",
"autoReorderTasks": "Riordina automaticamente le attività",
"moveCompletedTaskToBottom": "Sposta le attività completate in basso",
"clear": "Eliminare",
"fullscreenToDoModal": "Dettagli attività a schermo intero",
"moveCompletedSubTaskToBottom": "Sposta le attività secondarie completate in basso",
"weekStartOnMonday": "La settimana inizia lunedì"
"moveCompletedSubTaskToBottom": "Move completed sub-tasks to bottom",
"fullscreenToDoModal": "To-do Details in full screen",
"weekStartOnMonday": "The Week start on Monday"
},
"donate": {
"contribute": "Contribuisci",
Expand Down Expand Up @@ -94,7 +94,7 @@
"data8": "Puoi anche nasconderle tramite il menu impostazioni",
"data9": "Mele",
"data10": "Aperitivi analcolici",
"data11": "Clicca sui tre puntini per visualizzare maggiori dettagli su questa attività",
"data11": "Click the three dots to see more details about this task",
"data12": "Apri rapidamente i dettagli dell'attività con il clic centrale del mouse",
"list1": "Lista personalizzata",
"list2": "Lista della spesa",
Expand Down Expand Up @@ -150,6 +150,7 @@
"mobileWarning": "WeekToDo è un'applicazione Desktop e per adesso non è in grado di essere visualizzato a questa risoluzione. :(",
"today": "Oggi",
"calendar": "Calendario",
"print": "PDF / Print",
"newCustomList": "Nuova Lista Personalizzata",
"reorderCustomLists": "Riordina elenchi personalizzati",
"softwareUpdated": "Software aggiornato",
Expand Down Expand Up @@ -178,7 +179,8 @@
"quit": "Uscire",
"copyTasks": "Copia compiti",
"task": "Compito",
"Frecuency": "Frequenza"
"Frecuency": "Frequenza",
"showAll": "Show All"
},
"todoDetails": {
"taskTitle": "Nome attività",
Expand Down Expand Up @@ -209,7 +211,8 @@
"color": "Colore",
"close": "Chiudere",
"actions": "Azioni",
"customWeekdays": "Giorni feriali personalizzati"
"customWeekdays": "Custom Weekdays",
"daysOfMonth": "Days of Month"
},
"notifications": {
"noPendingTasksToday": "Non hai attività programmate oggi.",
Expand Down
Loading