mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 02:42:27 +08:00
fix(i18n): Capitalization
This commit is contained in:
parent
d2ef7bfe48
commit
d2d12ff12a
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user