Please enter the commit message for your changes. Lines starting
with '#' will be ignored, and an empty message aborts the commit. On branch dev Your branch is ahead of 'origin/dev' by 1 commit. (use "git push" to publish your local commits) Changes to be committed: modified: public/locales/ja/common.json modified: public/locales/ja/dashboard.json modified: public/locales/ja/index.json modified: public/locales/ja/site.json
This commit is contained in:
parent
d35e2b1e45
commit
245df8f1f9
|
|
@ -45,7 +45,7 @@
|
|||
"Operator Sign": "オペレーター署名",
|
||||
"Switch Characters": "キャラクターを切り替える",
|
||||
"Upgrade to Wallet": "ウォレットにアップグレード",
|
||||
"Disconnect": "切断する",
|
||||
"Disconnect": "中断する",
|
||||
"Loading": "読み込み中",
|
||||
"Showcase": "ショーケース"
|
||||
}
|
||||
|
|
@ -1,121 +1,120 @@
|
|||
{
|
||||
"Dashboard": "仪表盘",
|
||||
"Posts": "文章",
|
||||
"Pages": "页面",
|
||||
"Notifications": "通知",
|
||||
"Unread notifications": "未读通知",
|
||||
"Settings": "设置",
|
||||
"Site Stats": "站点统计",
|
||||
"Total Posts": "文章总数",
|
||||
"Total Comments": "评论总数",
|
||||
"Total Followers": "关注者总数",
|
||||
"Total Views": "浏览总数",
|
||||
"Site Duration": "站点运行时间",
|
||||
"days": "天",
|
||||
"Deleted!" : "已删除!",
|
||||
"Converted!" : "已转换!",
|
||||
"Failed to convert." : "转换失败。",
|
||||
"All Posts": "所有文章",
|
||||
"All Pages": "所有页面",
|
||||
"Published": "已发布",
|
||||
"published": "已发布",
|
||||
"Draft": "草稿",
|
||||
"draft": "草稿",
|
||||
"Scheduled": "定时发布",
|
||||
"scheduled": "定时发布",
|
||||
"published and local modified": "已发布并本地修改",
|
||||
"Others on Crossbell": "Crossbell上的其他内容",
|
||||
"link post-vs-page" : "https://wordpress.com/zh-cn/support/post-vs-page/",
|
||||
"posts description": "文章是按时间倒序在你的网站上列出的条目。可以将它们看作是更新,以提供新内容给读者。<2>文章与页面</2>。",
|
||||
"pages description": "页面是静态的,不受日期影响。它们更像是你网站上的永久元素,比如“关于我们”、“联系我们”等。<2>文章与页面</2>。",
|
||||
"pages add": "创建页面后,你可以将其<2>添加到你网站的导航菜单中</2>,以便访问者可以找到它。",
|
||||
"New Post": "新建文章",
|
||||
"New Page": "新建页面",
|
||||
"Import": "导入",
|
||||
"Import markdown file with front matter supported": "导入 Markdown 文件(支持 Front Matter)",
|
||||
"View Site": "查看站点",
|
||||
"hello" : {
|
||||
"welcome" : "<p>你好,</p><p>欢迎使用xLog!</p><p>以下是一些有用的链接,帮助你开始使用 xLog:</p>",
|
||||
"community": "<p>加入我们的社区,认识新朋友或共同建设xLog:</p>"
|
||||
"Dashboard": "ダッシュボード",
|
||||
"Posts": "文章",
|
||||
"Pages": "ページ",
|
||||
"Notifications": "通知",
|
||||
"Unread notifications": "未読の通知",
|
||||
"Settings": "設定",
|
||||
"Site Stats": "サイトの統計情報",
|
||||
"Total Posts": "記事数",
|
||||
"Total Comments": "コメント数",
|
||||
"Total Followers": "フォロワー数",
|
||||
"Total Views": "閲覧数",
|
||||
"Site Duration": "サイトの運営期間",
|
||||
"days": "日",
|
||||
"Deleted!": "削除されました!",
|
||||
"Converted!": "変換されました!",
|
||||
"Failed to convert.": "変換に失敗しました。",
|
||||
"All Posts": "すべての記事",
|
||||
"All Pages": "すべてのページ",
|
||||
"Published": "公開済み",
|
||||
"published": "公開済み",
|
||||
"Draft": "下書き",
|
||||
"draft": "下書き",
|
||||
"Scheduled": "予約済み",
|
||||
"scheduled": "予約済み",
|
||||
"published and local modified": "公開済みで、ローカルで修正あり",
|
||||
"Others on Crossbell": "Crossbellに関するその他の情報",
|
||||
"link post-vs-page": "https://wordpress.com/ja/support/post-vs-page/",
|
||||
"posts description": "記事は、時間順に表示されます。読者に新しいコンテンツを提供し続けることで、ブログのフォローワが増えるでしょう。<2>記事</2>",
|
||||
"pages description": "ページは日付に影響を受けることがありません。「私たちについて」「お問い合わせ」などのようにページを活用しましょう。<2>ページ</2>",
|
||||
"pages add": "ページを作成した後、<2>ナビゲーションメニューに追加する</2>ことができます。ナビゲーションメニューに追加することで訪問者がそれを見つけやすくなります。",
|
||||
"New Post": "新しい記事",
|
||||
"New Page": "新しいページ",
|
||||
"Import": "インポート",
|
||||
"Import markdown file with front matter supported": "Markdown ファイル(Front Matter)をインポートします。",
|
||||
"View Site": "サイトを表示",
|
||||
"hello": {
|
||||
"welcome": "<p>こんにちは、</p><p>xLog をご利用いただきありがとうございます!</p><p>xLog を使い始めるためのいくつかの便利なリンクが以下にあります。</p>",
|
||||
"community": "<p>コミュニティに参加して、新しい友達を作ったり、xLog を一緒に作り上げたりしましょう。</p>"
|
||||
},
|
||||
"Convert to Page": "ページに変換",
|
||||
"Convert to Post": "記事に変換",
|
||||
"Delete": "削除",
|
||||
"Heading": "見出し",
|
||||
"Bold": "太字",
|
||||
"Italic": "斜体",
|
||||
"Strikethrough": "取り消し線",
|
||||
"Underline": "下線",
|
||||
"Quote": "引用",
|
||||
"Inline Code": "インラインコード",
|
||||
"Code Block": "コードブロック",
|
||||
"Unordered List": "箇条書き",
|
||||
"Ordered List": "番号付きリスト",
|
||||
"Link": "リンク",
|
||||
"Image": "画像",
|
||||
"Upload Image": "画像をアップロード",
|
||||
"Tip: xLog Flavored Markdown": "ヒント:xLog風のマークダウン",
|
||||
"Preview": "プレビュー",
|
||||
"Publish": "公開",
|
||||
"Update": "更新",
|
||||
"Unpublish": "非公開",
|
||||
"Publish at": "公開日時",
|
||||
"This post will be accessible from this time": "この記事は、この時間からアクセス可能になります",
|
||||
"This page will be accessible from this time": "このページは、この時間からアクセス可能になります",
|
||||
"Post slug": "記事スラッグ",
|
||||
"Page slug": "ページスラッグ",
|
||||
"This post will be accessible at": "この記事は以下のリンクからアクセス可能になります",
|
||||
"This page will be accessible at": "このページは以下のリンクからアクセス可能になります",
|
||||
"Tags": "タグ",
|
||||
"Separate multiple tags with English commas": "複数のタグを英語のコンマで区切って入力してください",
|
||||
"Excerpt": "抜粋",
|
||||
"Leave it blank to use auto-generated excerpt": "自動生成された抜粋を使用する場合は空白のままにしてください",
|
||||
"General": "一般",
|
||||
"Social Platforms": "ソーシャルプラットフォーム",
|
||||
"Navigation": "ナビゲーション",
|
||||
"Domains": "ドメイン",
|
||||
"Custom CSS": "カスタムCSS",
|
||||
"Operators": "オペレーター",
|
||||
"Export data": "データのエクスポート",
|
||||
"Site Settings": "サイト設定",
|
||||
"Icon": "アイコン",
|
||||
"Banner": "バナー",
|
||||
"Supports both pictures and videos.": "画像と動画の両方に対応しています。",
|
||||
"Name": "名前",
|
||||
"Description": "説明",
|
||||
"Integrate Google Analytics": "Google Analyticsを統合します。Measurement IDの検索方法については、<2>こちら</2>をご覧ください。",
|
||||
"Save": "保存",
|
||||
"Tips": "ヒント",
|
||||
"social tips": {
|
||||
"p1": "紐付けしたプラットフォームの標識は、画面の右下隅に表示されます。",
|
||||
"p2": "xLogは<2>こちらのプラットフォーム</2>と紐付け可能です。(紐付けに成功すると自動的にそのロゴとリンクが表示されます。)その他のプラットフォームの場合、デフォルトのロゴが表示されます。もしサポートして欲しいプラットフォームがありましたら、是非IssueあるいはPRを作成して、xLogをより完成度の高いプラットフォームにさせましょう。",
|
||||
"p3": "<2>xSync</2>を使用して、Twitter、Telegram、Medium、Substackなどのプラットフォームに紐付けし、コンテンツを自動的に同期することもできます。同期設定を行った場合、ここにも表示されます。"
|
||||
},
|
||||
"Edit": "编辑",
|
||||
"Convert to Page": "转换为页面",
|
||||
"Convert to Post": "转换为文章",
|
||||
"Delete": "删除",
|
||||
"Heading": "标题",
|
||||
"Bold": "粗体",
|
||||
"Italic": "斜体",
|
||||
"Strikethrough": "删除线",
|
||||
"Underline": "下划线",
|
||||
"Quote": "引用",
|
||||
"Inline Code": "行内代码",
|
||||
"Code Block": "代码块",
|
||||
"Unordered List": "无序列表",
|
||||
"Ordered List": "有序列表",
|
||||
"Link": "链接",
|
||||
"Image": "图片",
|
||||
"Upload Image": "上传图片",
|
||||
"Tip: xLog Flavored Markdown": "提示:xLog 风格的 Markdown",
|
||||
"Preview": "预览",
|
||||
"Publish": "发布",
|
||||
"Update": "更新",
|
||||
"Unpublish": "取消发布",
|
||||
"Publish at": "发布时间",
|
||||
"This post will be accessible from this time": "此文章将从此时间开始可访问",
|
||||
"This page will be accessible from this time": "此页面将从此时间开始可访问",
|
||||
"Post slug": "文章短链接",
|
||||
"Page slug": "页面短链接",
|
||||
"This post will be accessible at": "此文章将可通过以下链接访问",
|
||||
"This page will be accessible at": "此页面将可通过以下链接访问",
|
||||
"Tags": "标签",
|
||||
"Separate multiple tags with English commas": "多个标签请用英文逗号分隔",
|
||||
"Excerpt": "摘要",
|
||||
"Leave it blank to use auto-generated excerpt": "留空则使用自动生成的摘要",
|
||||
"General": "常规",
|
||||
"Social Platforms": "社交平台",
|
||||
"Navigation": "导航",
|
||||
"Domains": "域名",
|
||||
"Custom CSS": "自定义 CSS",
|
||||
"Operators": "影子授权",
|
||||
"Export data": "导出数据",
|
||||
"Site Settings": "站点设置",
|
||||
"Icon": "图标",
|
||||
"Banner": "横幅",
|
||||
"Supports both pictures and videos.": "支持图片和视频。",
|
||||
"Name": "名称",
|
||||
"Description": "描述",
|
||||
"Integrate Google Analytics": "将 Google Analytics 集成到你的站点中。你可以按照<2>这里</2>的说明查找你的 Measurement ID。",
|
||||
"Save": "保存",
|
||||
"Tips": "提示",
|
||||
"social tips": {
|
||||
"p1": "这些社交平台将显示在你的 xLog 的右下角。",
|
||||
"p2": "我们支持<2>这些平台</2>,自动显示其标志和链接。对于其他平台,将显示默认标志。如果你有其他需求,请随时向我们提交问题或PR,以支持更多的平台。",
|
||||
"p3": "你还可以在 <2>xSync</2> 上连接到 Twitter、Telegram 频道、Medium、Substack 等平台,并自动同步内容。当你在那里设置同步后,它也会显示在这里。"
|
||||
},
|
||||
"Platform": "平台",
|
||||
"Identity": "身份",
|
||||
"Remove": "移除",
|
||||
"New Item": "新建项目",
|
||||
"xLog provides some out-of-the-box built-in pages": "xLog 提供了一些开箱即用的内置页面",
|
||||
"Home page": "首页",
|
||||
"Archives page": "归档页面",
|
||||
"Tag page": "标签页面",
|
||||
"NFT Showcase page": "NFT 展示页面",
|
||||
"Label": "标签",
|
||||
"URL": "链接",
|
||||
"subdomain": "子域名",
|
||||
"Custom Domain": "自定义域名",
|
||||
"Set the following record on your DNS provider to active your custom domain": "在你的 DNS 提供商上设置以下记录以激活自定义域名",
|
||||
"Scope: These styles will be applied to your entire blog, including this dashboard.": "范围:这些样式将应用于你的整个博客,包括这个仪表盘。",
|
||||
"Support": "支持",
|
||||
"CSS variables: xLog provides some built-in CSS variables": "CSS 变量:xLog 提供了一些内置的 CSS 变量",
|
||||
"Address": "地址",
|
||||
"Character": "角色",
|
||||
"New operator": "新建授权",
|
||||
"Operator Address": "授权地址",
|
||||
"Operator Character Check": "授权角色检查",
|
||||
"Platform": "プラットフォーム",
|
||||
"Identity": "アイデンティティ",
|
||||
"Remove": "削除",
|
||||
"New Item": "新しいアイテム",
|
||||
"xLog provides some out-of-the-box built-in pages": "xLogにはいくつすぐ使えるページテンプレートがあります。",
|
||||
"Home page": "ホームページ",
|
||||
"Archives page": "アーカイブページ",
|
||||
"Tag page": "タグページ",
|
||||
"NFT Showcase page": "NFTショーケースページ",
|
||||
"Label": "ラベル",
|
||||
"URL": "URL",
|
||||
"subdomain": "サブドメイン",
|
||||
"Custom Domain": "カスタムドメイン",
|
||||
"Set the following record on your DNS provider to active your custom domain": "カスタムドメインを有効にするには、DNSプロバイダーに次のレコードを設定してください。",
|
||||
"Scope: These styles will be applied to your entire blog, including this dashboard.": "適用範囲:これらのスタイルは、このダッシュボードを含むブログ全体に適用されます。",
|
||||
"Support": "サポート",
|
||||
"CSS variables: xLog provides some built-in CSS variables": "CSS変数:xLogはいくつかのビルトインCSS変数を提供しています。",
|
||||
"Address": "住所",
|
||||
"Character": "キャラクター",
|
||||
"New operator": "新しいオペレーター",
|
||||
"Operator Address": "オペレーターアドレス",
|
||||
"Operator Character Check": "オペレーターキャラクターチェック",
|
||||
"Warning": "警告",
|
||||
"Operators have permissions to enter your dashboard, change your settings(excluding xLog subdomain) and post, modify, delete contents on your site.":
|
||||
"影子授权可以进入你的仪表盘,更改你的设置(不包括 xLog 子域名)并在你的站点上发布、修改、删除内容。",
|
||||
"Add": "添加"
|
||||
"シャドー認証では、ダッシュボードへのアクセス、設定の変更(xLogサブドメインを除く)、サイトのコンテンツの公開・修正・削除が可能です。",
|
||||
"Add": "新規"
|
||||
}
|
||||
|
|
@ -1,26 +1,26 @@
|
|||
{
|
||||
"Blog Free": "自由创作",
|
||||
"description": "xLog,给所有人的 <2>链上</2> <6>开源</6> 博客平台。",
|
||||
"Get my xLog in 5 minutes": "5 分钟拥有自己的 xLog",
|
||||
"Features": "特色",
|
||||
"Showcase": "展示柜",
|
||||
"Integration": "集成",
|
||||
"Source Code": "源码",
|
||||
"Visit": "访问",
|
||||
"Easy": "简单",
|
||||
"Easy description": "使用 <strong>Web3钱包</strong> 或 <strong>电子邮件</strong> 连接,轻松构建拥有自定义域名、订阅、点赞、评论、NFT铸造、RSS等功能的个人网站,无需任何费用和限制。",
|
||||
"Blog Free": "自由に創作する",
|
||||
"description": "xLogは、誰でもが利用できる<strong>ブロックチェーン</strong>上の<strong>オープンソース</strong>のブログプラットフォームです。",
|
||||
"Get my xLog in 5 minutes": "5分で自分のxLogを手に入れよう",
|
||||
"Features": "特徴",
|
||||
"Showcase": "ショーケース",
|
||||
"Integration": "統合",
|
||||
"Source Code": "ソースコード",
|
||||
"Visit": "訪問",
|
||||
"Easy": "簡単",
|
||||
"Easy description": "<strong>Web3ウォレット</strong>または<strong>メールアドレス</strong>で接続し、カスタムドメイン、サブスクリプション、いいね、コメント、NFT鋳造、RSSなどの機能を備えた個人のウェブサイトを簡単に構築できます。料金や制限は一切ありません。",
|
||||
"Safe": "安全",
|
||||
"Safe description": "所有的博客数据,包括配置、文章、订阅、评论等,都由你亲手签名并安全地存储在<strong>区块链</strong>上,除了你自己,包括我们在内的任何人都无法进行更改。",
|
||||
"Fast": "快速",
|
||||
"Fast description": "区块链不意味着低效。xLog 采用高效的缓存机制和多项优化措施,发挥了极致的性能。",
|
||||
"Customizable": "可定制",
|
||||
"Customizable description": "使用自己的<strong>域名</strong>,自定义网站<strong>风格</strong>,完全自由地打造你的网站。这是你的网站,没有任何限制。",
|
||||
"Open": "开放",
|
||||
"Open description": "采用标准的 <strong>Markdown</strong> 语法,并提供了导入和导出工具以及丰富的API,让迁入和迁出变得轻而易举。所有的代码都<strong>开源</strong>在 GitHub 上,所有的<strong>数据都透明</strong>地存储在区块链上。",
|
||||
"Discover these awesome teams and geeks on xLog (sorted by update time)": "在 xLog 上发现这些超棒的团队和极客们(按更新时间排序)",
|
||||
"Follow All!": "关注所有!",
|
||||
"Show more": "显示更多",
|
||||
"Submit yours": "提交你的",
|
||||
"xLog's open design allows it to integrate with many other open protocols and applications without friction.": "xLog 的开放式设计使其能够与许多其他开放协议和应用程序无缝集成,没有任何限制。",
|
||||
"Dashboard": "仪表盘"
|
||||
"Safe description": "構成、記事、サブスクリプション、コメントなど、すべてのブログデータは、あなた自身が署名してブロックチェーンに安全に保存されます。あなた以外の誰も変更できないようになっています。",
|
||||
"Fast": "高速",
|
||||
"Fast description": "ブロックチェーンが低速を意味するわけではありません。xLogは、高速なキャッシュメカニズムと多数の最適化措置を採用し、極限のパフォーマンスを発揮します。",
|
||||
"Customizable": "カスタマイズ可能",
|
||||
"Customizable description": "自分の<strong>ドメイン</strong>を使用し、ウェブサイトの<strong>スタイル</strong>をカスタマイズし、完全に自由にウェブサイトを作成できます。これはあなたのウェブサイトであり、何の制限もありません。",
|
||||
"Open": "オープン",
|
||||
"Open description": "標準的な<strong>Markdown</strong>構文を採用し、インポート/エクスポートツールと豊富なAPIを提供することで、移行が簡単になりました。すべてのコードはGitHubで<strong>オープンソース</strong>であり、すべての<strong>データが透明に</strong>ブロックチェーンに保存されます。",
|
||||
"Discover these awesome teams and geeks on xLog (sorted by update time)": "xLogでこれらの素晴らしいチームやクールな人たちを発見しましょう(更新時間順)",
|
||||
"Follow All!": "すべてをフォローする!",
|
||||
"Show more": "もっと表示する",
|
||||
"Submit yours": "自分のを投稿する",
|
||||
"xLog's open design allows it to integrate with many other open protocols and applications without friction.": "xLogのオープンな設計により、他の多くのオープンプロトコルやアプリケーションとスムーズに統合することができます。",
|
||||
"Dashboard": "ダッシュボード"
|
||||
}
|
||||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"Home": "主页",
|
||||
"Archives": "归档",
|
||||
"About": "关于",
|
||||
"Tags": "标签",
|
||||
"load more": "还有 {{count}} 篇{{name}},点击加载更多",
|
||||
"signed and stored on the blockchain": "此{{name}}已经由它的创作者签名并安全地存储在区块链上。",
|
||||
"Write a comment on the blockchain": "在区块链上写下你的评论",
|
||||
"powered by": "由 <name/> 提供支持"
|
||||
"Home": "ホーム",
|
||||
"Archives": "アーカイブ",
|
||||
"About": "紹介",
|
||||
"Tags": "タグ",
|
||||
"load more": "まだ{{count}}件の{{name}}があります。",
|
||||
"signed and stored on the blockchain": "この{{name}}は、作者によって署名され、ブロックチェーンに安全に保存されています。",
|
||||
"Write a comment on the blockchain": "ブロックチェーンでコメントする",
|
||||
"powered by": "<name/>がサポートしています"
|
||||
}
|
||||
Loading…
Reference in New Issue