From 0a63ede0fafc0108d444084f9c5dbb08d90550aa Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Thu, 2 Oct 2025 17:41:28 +0200 Subject: [PATCH] i18n: translation updates from weblate Co-authored-by: Hosted Weblate Co-authored-by: Mattias Eriksson Co-authored-by: Yauhen Co-authored-by: mikenu Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/be/ Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/ja/ Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/sv/ Translation: Pop OS/COSMIC Edit --- i18n/be/cosmic_edit.ftl | 2 +- i18n/ja/cosmic_edit.ftl | 45 +++++++++++++++++++++++++++----------- i18n/sv-SE/cosmic_edit.ftl | 2 +- 3 files changed, 34 insertions(+), 15 deletions(-) diff --git a/i18n/be/cosmic_edit.ftl b/i18n/be/cosmic_edit.ftl index 3de55b1..794618c 100644 --- a/i18n/be/cosmic_edit.ftl +++ b/i18n/be/cosmic_edit.ftl @@ -36,7 +36,7 @@ project-search = Пошук праекта prompt-save-changes-title = Незахаваныя змены prompt-unsaved-changes = У вас ёсць незахаваныя змены. Захаваць? -cancel = Адмяніць +cancel = Скасаваць discard = Адхіліць змены save-all = Захаваць усё diff --git a/i18n/ja/cosmic_edit.ftl b/i18n/ja/cosmic_edit.ftl index a200e0f..93b5234 100644 --- a/i18n/ja/cosmic_edit.ftl +++ b/i18n/ja/cosmic_edit.ftl @@ -1,14 +1,17 @@ -cosmic-text-editor = COSMICテキストデータ +cosmic-text-editor = COSMICテキストエディター new-document = 新しいドキュメント -open-project = プロジェクトを開く... -todo = 今後追加 +open-project = プロジェクトを開く +todo = ToDo # Context Pages + ## About -git-description = {$date}の{$hash}というGitコミット + +git-description = { $date }の{ $hash }というGitコミット ## Document statistics + document-statistics = 統計 word-count = 単語数 character-count = 文字数 @@ -16,8 +19,9 @@ character-count-no-spaces = 文字数(スペース除く) line-count = 行数 ## Git management + git-management = Gitの操作 -git-management-description = Gitの操作はバージョンコントロールための開発ツールです。 +git-management-description = Git管理はバージョン管理操作のための開発者向けツールです。 git-management-loading = Gitの操作を読み込んでいます... stage = 変更をステージ staged-changes = コミットされる変更 @@ -25,9 +29,11 @@ unstage = 変更をアンステージ unstaged-changes = コミットされない変更 ## Project search + project-search = プロジェクトの検索 ## Prompt save changes + prompt-save-changes-title = 未保存の変更 prompt-unsaved-changes = 未保存の変更があります。保存しますか? cancel = キャンセル @@ -35,23 +41,25 @@ discard = 保存しない save-all = すべてを保存 ## Settings + settings = 設定 ### Appearance + appearance = 外観 theme = テーマ match-desktop = システム設定に従う dark = ダーク light = ライト -syntax-dark = ダークテーマのシンタックス -syntax-light = ライトテーマのシンタックス +syntax-dark = 構文強調 ダーク +syntax-light = 構文強調 ライト default-font = デフォルトのフォント default-font-size = デフォルトのフォントサイズ ### Keyboard shortcuts + keyboard-shortcuts = キーボードショートカット enable-vim-bindings = Vimのキーバインドを有効にする - # Find find-placeholder = 検索... find-previous = 前を検索 @@ -64,7 +72,9 @@ use-regex = 正規表現を使用 # Menu + ## File + file = ファイル new-file = 新しいファイル new-window = 新しいウィンドウ @@ -85,6 +95,7 @@ print = 印刷 quit = 終了 ## Edit + edit = 編集 undo = 元に戻す redo = やり直す @@ -97,15 +108,16 @@ find-in-project = プロジェクト内を検索... spell-check = スペルチェック... ## View + view = 表示 -indentation = 字下げ +indentation = インデント ### Indentation -automatic-indentation = 自動的に字下げ -tab-width = タブ幅: {$tab_width} -convert-indentation-to-spaces = 字下げをスペース化 -convert-indentation-to-tabs = 字下げをタブ化 +automatic-indentation = 自動インデント +tab-width = タブ幅: { $tab_width } +convert-indentation-to-spaces = インデントをスペースに変換 +convert-indentation-to-tabs = インデントをタブに変換 word-wrap = ワードラップ show-line-numbers = 行番号を表示 highlight-current-line = 現在の行をハイライト @@ -113,3 +125,10 @@ syntax-highlighting = シンタックスハイライト... menu-settings = 設定... menu-keyboard-shortcuts = キーボードショートカット... menu-about = COSMICテキストデータについて... +repository = リポジトリ +support = サポート +default-zoom-step = ズームステップ +wrap-around = ラップアラウンド +zoom-in = ズームイン +default-size = 規定のサイズ +zoom-out = ズームアウト diff --git a/i18n/sv-SE/cosmic_edit.ftl b/i18n/sv-SE/cosmic_edit.ftl index 1b38b77..fc5feec 100644 --- a/i18n/sv-SE/cosmic_edit.ftl +++ b/i18n/sv-SE/cosmic_edit.ftl @@ -16,7 +16,7 @@ line-count = Rader ## Git hantering git-management = Githantering -unstaged-changes = Oscenerade förändringar +unstaged-changes = Icke köade ändringar staged-changes = Iscensatta förändringar ## Projektsök