From d2d12ff12a0f574130e297a9df472cb19c743c7d Mon Sep 17 00:00:00 2001 From: hasecilu Date: Sun, 8 Dec 2024 12:14:48 -0600 Subject: [PATCH] fix(i18n): Capitalization --- src/public/translations/de/translation.json | 4 ++-- src/public/translations/en/translation.json | 4 ++-- src/public/translations/es/translation.json | 4 ++-- src/public/translations/fr/translation.json | 4 ++-- src/public/translations/ro/translation.json | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/public/translations/de/translation.json b/src/public/translations/de/translation.json index bb4306481..20d0487dd 100644 --- a/src/public/translations/de/translation.json +++ b/src/public/translations/de/translation.json @@ -87,13 +87,13 @@ "export": { "export_note_title": "Notiz exportieren", "close": "Schließen", - "export_type_subtree": "diese Notiz und alle ihre Unternotizen", + "export_type_subtree": "Diese Notiz und alle ihre Unternotizen", "format_html_zip": "HTML im ZIP-Archiv – dies wird empfohlen, da dadurch die gesamte Formatierung erhalten bleibt.", "format_markdown": "Markdown – dadurch bleiben die meisten Formatierungen erhalten.", "format_opml": "OPML – Outliner-Austauschformat nur für Text. Formatierungen, Bilder und Dateien sind nicht enthalten.", "opml_version_1": "OPML v1.0 – nur Klartext", "opml_version_2": "OPML v2.0 – erlaubt auch HTML", - "export_type_single": "nur diese Notiz ohne ihre Unternotizen", + "export_type_single": "Nur diese Notiz ohne ihre Unternotizen", "export": "Export", "choose_export_type": "Bitte wähle zuerst den Exporttypen aus", "export_status": "Exportstatus", diff --git a/src/public/translations/en/translation.json b/src/public/translations/en/translation.json index 02df74809..cb992b5da 100644 --- a/src/public/translations/en/translation.json +++ b/src/public/translations/en/translation.json @@ -92,14 +92,14 @@ "export": { "export_note_title": "Export note", "close": "Close", - "export_type_subtree": "this note and all of its descendants", + "export_type_subtree": "This note and all of its descendants", "format_html": "HTML - recommended as it keeps all format", "format_html_zip": "HTML in ZIP archive - this is recommended since this preserves all the formatting.", "format_markdown": "Markdown - this preserves most of the formatting.", "format_opml": "OPML - outliner interchange format for text only. Formatting, images and files are not included.", "opml_version_1": "OPML v1.0 - plain text only", "opml_version_2": "OPML v2.0 - allows also HTML", - "export_type_single": "only this note without its descendants", + "export_type_single": "Only this note without its descendants", "export": "Export", "choose_export_type": "Choose export type first please", "export_status": "Export status", diff --git a/src/public/translations/es/translation.json b/src/public/translations/es/translation.json index e7b6acdc9..117ae53f8 100644 --- a/src/public/translations/es/translation.json +++ b/src/public/translations/es/translation.json @@ -92,14 +92,14 @@ "export": { "export_note_title": "Exportar nota", "close": "Cerrar", - "export_type_subtree": "esta nota y todos sus descendientes", + "export_type_subtree": "Esta nota y todos sus descendientes", "format_html": "HTML - ya que preserva todo el formato", "format_html_zip": "HTML en un archivo ZIP: se recomienda ya que conserva todo el formato.", "format_markdown": "Markdown: esto conserva la mayor parte del formato.", "format_opml": "OPML: formato de intercambio de esquemas solo para texto. El formato, las imágenes y los archivos no están incluidos.", "opml_version_1": "OPML v1.0: solo texto sin formato", "opml_version_2": "OPML v2.0 - también permite HTML", - "export_type_single": "solo esta nota sin sus descendientes", + "export_type_single": "Sólo esta nota sin sus descendientes", "export": "Exportar", "choose_export_type": "Por favor, elija primero el tipo de exportación", "export_status": "Estado de exportación", diff --git a/src/public/translations/fr/translation.json b/src/public/translations/fr/translation.json index f7ebadbc6..36862599d 100644 --- a/src/public/translations/fr/translation.json +++ b/src/public/translations/fr/translation.json @@ -88,13 +88,13 @@ "export": { "export_note_title": "Exporter la note", "close": "Fermer", - "export_type_subtree": "cette note et tous ses descendants", + "export_type_subtree": "Cette note et tous ses descendants", "format_html_zip": "HTML dans l'archive ZIP - recommandé car cela préserve tout le formatage.", "format_markdown": "Markdown - préserve la majeure partie du formatage.", "format_opml": "OPML - format d'échange pour les outlineurs, uniquement pour le texte. Les mises en forme, images et fichiers ne sont pas inclus.", "opml_version_1": "OPML v1.0 - texte brut uniquement", "opml_version_2": "OPML v2.0 - HTML également autorisé", - "export_type_single": "seulement cette note sans ses descendants", + "export_type_single": "Seulement cette note sans ses descendants", "export": "Exporter", "choose_export_type": "Choisissez d'abord le type d'export", "export_status": "Statut d'exportation", diff --git a/src/public/translations/ro/translation.json b/src/public/translations/ro/translation.json index 8d73af8a1..6cf12d1f1 100644 --- a/src/public/translations/ro/translation.json +++ b/src/public/translations/ro/translation.json @@ -508,8 +508,8 @@ "export_in_progress": "Export în curs: {{progressCount}}", "export_note_title": "Exportă notița", "export_status": "Starea exportului", - "export_type_single": "doar această notiță fără descendenții ei", - "export_type_subtree": "această notiță și toți descendenții ei", + "export_type_single": "Doar această notiță fără descendenții ei", + "export_type_subtree": "Această notiță și toți descendenții ei", "format_html_zip": "HTML în arhivă ZIP - recomandat deoarece păstrează toată formatarea", "format_markdown": "Markdown - păstrează majoritatea formatării", "format_opml": "OPML - format de interschimbare pentru editoare cu structură ierarhică (outline). Formatarea, imaginile și fișierele nu vor fi incluse.",