Skip to content

Commit 3f93d19

Browse files
authored
Translations update from Hosted Weblate (#7701)
2 parents b6561e6 + 3a83e7f commit 3f93d19

File tree

4 files changed

+31
-7
lines changed

4 files changed

+31
-7
lines changed

apps/client/src/translations/es/translation.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@
3939
"help_on_tree_prefix": "Ayuda sobre el prefijo del árbol",
4040
"prefix": "Prefijo: ",
4141
"save": "Guardar",
42-
"branch_prefix_saved": "Se ha guardado el prefijo de rama."
42+
"branch_prefix_saved": "Se ha guardado el prefijo de rama.",
43+
"edit_branch_prefix_multiple": "Editar prefijo de rama para {{count}} ramas",
44+
"branch_prefix_saved_multiple": "El prefijo de rama se ha guardado para {{count}} ramas.",
45+
"affected_branches": "Ramas afectadas ({{count}}):"
4346
},
4447
"bulk_actions": {
4548
"bulk_actions": "Acciones en bloque",
@@ -1107,7 +1110,8 @@
11071110
"title": "Ancho del contenido",
11081111
"default_description": "Trilium limita de forma predeterminada el ancho máximo del contenido para mejorar la legibilidad de ventanas maximizadas en pantallas anchas.",
11091112
"max_width_label": "Ancho máximo del contenido en píxeles",
1110-
"max_width_unit": "píxeles"
1113+
"max_width_unit": "píxeles",
1114+
"centerContent": "Mantener el contenido centrado"
11111115
},
11121116
"native_title_bar": {
11131117
"title": "Barra de título nativa (requiere reiniciar la aplicación)",
@@ -2079,5 +2083,14 @@
20792083
},
20802084
"collections": {
20812085
"rendering_error": "No se puede mostrar contenido debido a un error."
2086+
},
2087+
"read-only-info": {
2088+
"read-only-note": "Actualmente, está viendo una nota de solo lectura.",
2089+
"auto-read-only-note": "Esta nota se muestra en modo de solo lectura para una carga más rápida.",
2090+
"auto-read-only-learn-more": "Para saber más",
2091+
"edit-note": "Editar nota"
2092+
},
2093+
"calendar_view": {
2094+
"delete_note": "Eliminar nota..."
20822095
}
20832096
}

apps/client/src/translations/ja/translation.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,8 @@
836836
"title": "コンテンツ幅",
837837
"default_description": "Triliumは、ワイドスクリーンで最大化された画面での可読性を向上させるために、デフォルトでコンテンツの最大幅を制限しています。",
838838
"max_width_label": "最大コンテンツ幅",
839-
"max_width_unit": "ピクセル"
839+
"max_width_unit": "ピクセル",
840+
"centerContent": "コンテンツを中央に配置"
840841
},
841842
"theme": {
842843
"title": "アプリのテーマ",
@@ -1783,7 +1784,7 @@
17831784
},
17841785
"protected_session": {
17851786
"enter_password_instruction": "保護されたノートを表示するにはパスワードを入力する必要があります:",
1786-
"start_session_button": "保護されたセッションを開始 <kbd>enter</kbd>",
1787+
"start_session_button": "保護されたセッションを開始",
17871788
"started": "保護されたセッションが開始されました。",
17881789
"wrong_password": "パスワードが間違っています。",
17891790
"protecting-finished-successfully": "保護が正常に完了しました。",
@@ -2082,5 +2083,11 @@
20822083
},
20832084
"calendar_view": {
20842085
"delete_note": "ノートを削除..."
2086+
},
2087+
"read-only-info": {
2088+
"read-only-note": "現在、読み取り専用のノートを表示しています。",
2089+
"auto-read-only-note": "このノートは読み込みを高速化するために読み取り専用モードで表示されています。",
2090+
"auto-read-only-learn-more": "さらに詳しく",
2091+
"edit-note": "ノートを編集"
20852092
}
20862093
}

apps/server/src/assets/translations/es/server.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,9 @@
258258
"user-guide": "Guía de Usuario",
259259
"localization": "Idioma y Región",
260260
"inbox-title": "Bandeja",
261-
"jump-to-note-title": "Saltar a..."
261+
"jump-to-note-title": "Saltar a...",
262+
"command-palette": "Abrir paleta de comandos",
263+
"zen-mode": "Modo Zen"
262264
},
263265
"notes": {
264266
"new-note": "Nueva nota",
@@ -424,7 +426,7 @@
424426
"built-in-templates": "Plantillas predefinidas",
425427
"board_status_todo": "Por hacer",
426428
"board_status_done": "Hecho",
427-
"board": "Tablero",
429+
"board": "Tablero Kanban",
428430
"presentation": "Presentación",
429431
"presentation_slide": "Slide de presentación",
430432
"presentation_slide_first": "Primer slide",

apps/server/src/assets/translations/ja/server.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,9 @@
343343
"etapi-title": "ETAPI",
344344
"visible-launchers-title": "可視化されたランチャー",
345345
"inbox-title": "Inbox",
346-
"base-abstract-launcher-title": "ベース アブストラクトランチャー"
346+
"base-abstract-launcher-title": "ベース アブストラクトランチャー",
347+
"command-palette": "コマンドパレットを開く",
348+
"zen-mode": "禅モード"
347349
},
348350
"notes": {
349351
"new-note": "新しいノート",

0 commit comments

Comments
 (0)