浏览代码

Updated translations.

Lauri Ojansivu 2 年之前
父节点
当前提交
97d0eada57
共有 1 个文件被更改,包括 13 次插入13 次删除
  1. 13 13
      imports/i18n/data/ja.i18n.json

+ 13 - 13
imports/i18n/data/ja.i18n.json

@@ -49,7 +49,7 @@
   "activity-archived": "%sをアーカイブしました",
   "activity-archived": "%sをアーカイブしました",
   "activity-attached": "%s を %s に添付しました",
   "activity-attached": "%s を %s に添付しました",
   "activity-created": "%s を作成しました",
   "activity-created": "%s を作成しました",
-  "activity-customfield-created": "created custom field %s",
+  "activity-customfield-created": "カスタムフィールド %s を作成しました",
   "activity-excluded": "%s を %s から除外しました",
   "activity-excluded": "%s を %s から除外しました",
   "activity-imported": "imported %s into %s from %s",
   "activity-imported": "imported %s into %s from %s",
   "activity-imported-board": "imported %s from %s",
   "activity-imported-board": "imported %s from %s",
@@ -297,7 +297,7 @@
   "linkCardPopup-title": "カードをリンク",
   "linkCardPopup-title": "カードをリンク",
   "searchElementPopup-title": "検索",
   "searchElementPopup-title": "検索",
   "copyCardPopup-title": "カードをコピー",
   "copyCardPopup-title": "カードをコピー",
-  "copyManyCardsPopup-title": "Copy Template to Many Cards",
+  "copyManyCardsPopup-title": "テンプレートから複数カードにコピー",
   "copyManyCardsPopup-instructions": "作成されるカードのタイトルと説明をJSON形式で指定",
   "copyManyCardsPopup-instructions": "作成されるカードのタイトルと説明をJSON形式で指定",
   "copyManyCardsPopup-format": "[ {\"title\": \"1つ目のカードタイトル\", \"description\":\"1つ目のカードの説明\"}, {\"title\":\"2つ目のカードタイトル\",\"description\":\"2つ目のカードの説明\"},{\"title\":\"最後のカードタイトル\",\"description\":\"最後のカードの説明\"} ]",
   "copyManyCardsPopup-format": "[ {\"title\": \"1つ目のカードタイトル\", \"description\":\"1つ目のカードの説明\"}, {\"title\":\"2つ目のカードタイトル\",\"description\":\"2つ目のカードの説明\"},{\"title\":\"最後のカードタイトル\",\"description\":\"最後のカードの説明\"} ]",
   "create": "作成",
   "create": "作成",
@@ -379,7 +379,7 @@
   "export-board-csv": "ボードをCSVにエクスポート",
   "export-board-csv": "ボードをCSVにエクスポート",
   "export-board-tsv": "ボードをTSVにエクスポート",
   "export-board-tsv": "ボードをTSVにエクスポート",
   "export-board-excel": "ボードをExcelにエクスポート",
   "export-board-excel": "ボードをExcelにエクスポート",
-  "user-can-not-export-excel": "ユーザーはExcelにエクスポートできません ",
+  "user-can-not-export-excel": "ユーザーはExcelにエクスポートできません",
   "export-board-html": "ボードをHTMLにエクスポート",
   "export-board-html": "ボードをHTMLにエクスポート",
   "export-card": "Export card",
   "export-card": "Export card",
   "export-card-pdf": "Export card to PDF",
   "export-card-pdf": "Export card to PDF",
@@ -423,7 +423,7 @@
   "filter-to-selection": "フィルターした項目を全選択",
   "filter-to-selection": "フィルターした項目を全選択",
   "other-filters-label": "その他のフィルタ",
   "other-filters-label": "その他のフィルタ",
   "advanced-filter-label": "高度なフィルター",
   "advanced-filter-label": "高度なフィルター",
-  "advanced-filter-description": "高度なフィルタでは次のような演算子を使用できます:== != <= >= && || ( )\n半角スペースは演算子の区切り文字として使用します。\n\nフィールド名や値を使用したフィルタが可能です。\n例:Field1 == Value1\n\n注意:フィールド名や値にスペースが含まれる場合、それらをシングルクォーテーションで囲む必要があります。\n例:'Field 1' == 'Value 1'\n\n単体の制御文字 (' /) は無視されますので、\\\\を使用することができます。\n例:Field1 == I\\\\'m\n\n複数の条件を組み合わせることもできます。\n例:F1 == V1 || F1 == V2\n\n基本的にすべての演算子は左から右に評価されます。\n丸カッコを使用することで順序を変更できます。\n例:F1 == V1 && ( F2 == V2 || F2 == V3 )\n\nテキストフィールドでは正規表現を使用した検索もできます。\n例:F1 == /Tes.*/i",
+  "advanced-filter-description": "高度なフィルタでは次のような演算子を使用できます:== != <= >= && || ( )\n半角スペースは演算子の区切り文字として使用します。\n\nフィールド名や値を使用したフィルタが可能です。\n例:Field1 == Value1\n\n注意:フィールド名や値にスペースが含まれる場合、それらをシングルクォーテーションで囲む必要があります。\n例:'Field 1' == 'Value 1'\n\n単体の制御文字 (' \\\\/) は無視されますので、\\\\を使用することができます。\n例:Field1 == I\\\\'m\n\n複数の条件を組み合わせることもできます。\n例:F1 == V1 || F1 == V2\n\n基本的にすべての演算子は左から右に評価されます。\n丸カッコを使用することで順序を変更できます。\n例:F1 == V1 && ( F2 == V2 || F2 == V3 )\n\nテキストフィールドでは正規表現を使用した検索もできます。\n例:F1 == /Tes.*/i",
   "fullname": "フルネーム",
   "fullname": "フルネーム",
   "header-logo-title": "自分のボードページに戻る。",
   "header-logo-title": "自分のボードページに戻る。",
   "hide-system-messages": "システムメッセージを隠す",
   "hide-system-messages": "システムメッセージを隠す",
@@ -515,7 +515,7 @@
   "normal": "通常",
   "normal": "通常",
   "normal-desc": "カードの閲覧と編集が可能。設定変更不可。",
   "normal-desc": "カードの閲覧と編集が可能。設定変更不可。",
   "not-accepted-yet": "招待はアクセプトされていません",
   "not-accepted-yet": "招待はアクセプトされていません",
-  "notify-participate": "Receive updates to any cards you participate as creator or member",
+  "notify-participate": "作成した、またはメンバーとなったカードの更新情報を受け取る",
   "notify-watch": "ウォッチしているすべてのボード、リスト、カードの更新情報を受け取る",
   "notify-watch": "ウォッチしているすべてのボード、リスト、カードの更新情報を受け取る",
   "optional": "任意",
   "optional": "任意",
   "or": "or",
   "or": "or",
@@ -647,15 +647,15 @@
   "email-smtp-test-text": "メールを送信しました",
   "email-smtp-test-text": "メールを送信しました",
   "error-invitation-code-not-exist": "招待コードが存在しません",
   "error-invitation-code-not-exist": "招待コードが存在しません",
   "error-notAuthorized": "このページを参照する権限がありません。",
   "error-notAuthorized": "このページを参照する権限がありません。",
-  "webhook-title": "Webhook Name",
+  "webhook-title": "Webフック名",
   "webhook-token": "トークン(認証用オプション)",
   "webhook-token": "トークン(認証用オプション)",
-  "outgoing-webhooks": "Outgoing Webhooks",
+  "outgoing-webhooks": "発信Webフック",
   "bidirectional-webhooks": "双方向Webフック",
   "bidirectional-webhooks": "双方向Webフック",
-  "outgoingWebhooksPopup-title": "Outgoing Webhooks",
+  "outgoingWebhooksPopup-title": "発信Webフック",
   "boardCardTitlePopup-title": "カード名フィルタ",
   "boardCardTitlePopup-title": "カード名フィルタ",
   "disable-webhook": "このWebフックを無効化",
   "disable-webhook": "このWebフックを無効化",
   "global-webhook": "グローバルWebフック",
   "global-webhook": "グローバルWebフック",
-  "new-outgoing-webhook": "New Outgoing Webhook",
+  "new-outgoing-webhook": "発信Webフックの作成",
   "no-name": "(名前なし)",
   "no-name": "(名前なし)",
   "Node_version": "Nodeバージョン",
   "Node_version": "Nodeバージョン",
   "Meteor_version": "Meteor バージョン",
   "Meteor_version": "Meteor バージョン",
@@ -884,7 +884,7 @@
   "almostdue": "期限 %s が近づいています",
   "almostdue": "期限 %s が近づいています",
   "pastdue": "期限 %s が過ぎています",
   "pastdue": "期限 %s が過ぎています",
   "duenow": "期限 %s は本日です",
   "duenow": "期限 %s は本日です",
-  "act-newDue": "__list__/__card__ has 1st due reminder [__board__]",
+  "act-newDue": "__list __ / __ card__に1回目の有効期限アラートがあります [__board__]",
   "act-withDue": "__list __ / __ card__ の有効期限のアラート [__board__]",
   "act-withDue": "__list __ / __ card__ の有効期限のアラート [__board__]",
   "act-almostdue": "__card__ の期限日時 (__timeValue__) が近づいています",
   "act-almostdue": "__card__ の期限日時 (__timeValue__) が近づいています",
   "act-pastdue": "__card__ の期限日時 (__timeValue__) が過ぎています",
   "act-pastdue": "__card__ の期限日時 (__timeValue__) が過ぎています",
@@ -1035,7 +1035,7 @@
   "operator-debug-invalid": "%s is not a valid debug predicate",
   "operator-debug-invalid": "%s is not a valid debug predicate",
   "next-page": "次のページ",
   "next-page": "次のページ",
   "previous-page": "前のページ",
   "previous-page": "前のページ",
-  "heading-notes": "注意\n ",
+  "heading-notes": "注意",
   "globalSearch-instructions-heading": "検索手順",
   "globalSearch-instructions-heading": "検索手順",
   "globalSearch-instructions-description": "検索は演算子を含めた絞り込みが可能です。演算子は、演算子の名前と値を半角コロンで区切った記述で指定します。例えば、`リスト:対応不可`と指定すると、*対応不可*という名前のリストに含まれるカードという制約で検索します。値にスペースや特殊文字が含まれる場合は引用符で囲む必要があります(例:`__operator_list__:\"レビュー 本日中\"`)。",
   "globalSearch-instructions-description": "検索は演算子を含めた絞り込みが可能です。演算子は、演算子の名前と値を半角コロンで区切った記述で指定します。例えば、`リスト:対応不可`と指定すると、*対応不可*という名前のリストに含まれるカードという制約で検索します。値にスペースや特殊文字が含まれる場合は引用符で囲む必要があります(例:`__operator_list__:\"レビュー 本日中\"`)。",
   "globalSearch-instructions-operators": "有効な演算子:",
   "globalSearch-instructions-operators": "有効な演算子:",
@@ -1063,13 +1063,13 @@
   "globalSearch-instructions-status-private": "`__predicate_private__` - 非公開のボードにあるカード",
   "globalSearch-instructions-status-private": "`__predicate_private__` - 非公開のボードにあるカード",
   "globalSearch-instructions-operator-has": "`__operator_has__:<field>` - *<field>* は`__predicate_attachment__`、`__predicate_checklist__`、`__predicate_description__`、`__predicate_start__`、`__predicate_due__`、`__predicate_end__`、`__predicate_assignee__`、`__predicate_member__` のいずれかを指定します。*<field>*  の前に「`-`」を記述すると、そのフィールドに値がないものを検索します(例:「`所有:-期限日`」は期限日がないカードを検索します)。",
   "globalSearch-instructions-operator-has": "`__operator_has__:<field>` - *<field>* は`__predicate_attachment__`、`__predicate_checklist__`、`__predicate_description__`、`__predicate_start__`、`__predicate_due__`、`__predicate_end__`、`__predicate_assignee__`、`__predicate_member__` のいずれかを指定します。*<field>*  の前に「`-`」を記述すると、そのフィールドに値がないものを検索します(例:「`所有:-期限日`」は期限日がないカードを検索します)。",
   "globalSearch-instructions-operator-sort": "`__operator_sort__:<sort-name>` - *<sort-name>* は `__predicate_due__`、`__predicate_created__`、`__predicate_modified__` のいずれかを指定します。降順にする場合は、並べ替え名の前に「`-`」を記述します。",
   "globalSearch-instructions-operator-sort": "`__operator_sort__:<sort-name>` - *<sort-name>* は `__predicate_due__`、`__predicate_created__`、`__predicate_modified__` のいずれかを指定します。降順にする場合は、並べ替え名の前に「`-`」を記述します。",
-  "globalSearch-instructions-operator-limit": "`__operator_limit__:<n>` - 「*<n>*」には、ページごとに表示されるカードの数を表す正の整数を指定します。 ",
+  "globalSearch-instructions-operator-limit": "`__operator_limit__:<n>` - 「*<n>*」には、ページごとに表示されるカードの数を表す正の整数を指定します。",
   "globalSearch-instructions-notes-1": "複数の演算子を指定できます。",
   "globalSearch-instructions-notes-1": "複数の演算子を指定できます。",
   "globalSearch-instructions-notes-2": "同じ演算子はOR条件になります。複数の条件のいずれかに一致したカードが検索されます。`__operator_list__:有効 __operator_list__:対応不要` の場合、リスト名が *有効* または *対応不要* のカードが検索されます。",
   "globalSearch-instructions-notes-2": "同じ演算子はOR条件になります。複数の条件のいずれかに一致したカードが検索されます。`__operator_list__:有効 __operator_list__:対応不要` の場合、リスト名が *有効* または *対応不要* のカードが検索されます。",
   "globalSearch-instructions-notes-3": "異なる演算子はAND条件になります。異なる演算子すべてに一致したカードのみが検索されます。`__operator_list__:有効 __operator_label__:赤` は、*有効* のリストの中の *赤* のラベルのカードのみが検索されます。",
   "globalSearch-instructions-notes-3": "異なる演算子はAND条件になります。異なる演算子すべてに一致したカードのみが検索されます。`__operator_list__:有効 __operator_label__:赤` は、*有効* のリストの中の *赤* のラベルのカードのみが検索されます。",
   "globalSearch-instructions-notes-3-2": "日付には正負の整数や、現在からの期間として `__predicate_week__`、`__predicate_month__`、`__predicate_quarter__`、`__predicate_year__` を指定できます。",
   "globalSearch-instructions-notes-3-2": "日付には正負の整数や、現在からの期間として `__predicate_week__`、`__predicate_month__`、`__predicate_quarter__`、`__predicate_year__` を指定できます。",
   "globalSearch-instructions-notes-4": "テキスト検索では大文字と小文字は区別されません。",
   "globalSearch-instructions-notes-4": "テキスト検索では大文字と小文字は区別されません。",
-  "globalSearch-instructions-notes-5": "デフォルトではアーカイブされたカードは検索されません。 ",
+  "globalSearch-instructions-notes-5": "デフォルトではアーカイブされたカードは検索されません。",
   "link-to-search": "この検索へのリンク",
   "link-to-search": "この検索へのリンク",
   "excel-font": "Arial",
   "excel-font": "Arial",
   "number": "数値",
   "number": "数値",