summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/ja.json
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/i18n/ja.json')
-rw-r--r--webapp/i18n/ja.json17
1 files changed, 13 insertions, 4 deletions
diff --git a/webapp/i18n/ja.json b/webapp/i18n/ja.json
index a0011648c..ed98919ed 100644
--- a/webapp/i18n/ja.json
+++ b/webapp/i18n/ja.json
@@ -280,6 +280,8 @@
"admin.ldap.serverTitle": "LDAPサーバー:",
"admin.ldap.skipCertificateVerification": "証明書の検証をしない",
"admin.ldap.skipCertificateVerificationDesc": "TLSまたはSTARTTLSの証明書の検証ステップをスキップします。TLSが必要な本番環境では設定することは推奨されません。テスト用の設定です。",
+ "admin.ldap.syncIntervalHelpText": "LDAP Synchronization is the process by which Mattermost updates its users to reflect any updated data on the LDAP server. For example if a name for a user is updated on the LDAP server, the change will be reflected in Mattermost when the synchronization is performed. Accounts that have been removed from the LDAP server will have their active sessions cleared and no longer be able to login to Mattermost. Mattermost will perform this synchronization regularly according to the interval supplied here. For example, if 60 is supplied, Mattermost will update the users every hour.",
+ "admin.ldap.syncIntervalTitle": "Synchronization Interval (In Minutes)",
"admin.ldap.uernameAttrDesc": "Mattermostのユーザー名を設定するために使用されるLDAPサーバーの属性値です。ID属性値と同じである場合があります。",
"admin.ldap.userFilterDisc": "ユーザーオブジェクトを検索する再のLDAPフィルターを入力できます。任意項目です。これを適用したクエリーで選ばれるユーザーのみがMattermostにアクセスできます。Active Directoryでは、無効化されているユーザーを排除するには、(&(objectCategory=Person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2)))を設定してください。",
"admin.ldap.userFilterEx": "例: \"(objectClass=user)\"",
@@ -407,7 +409,7 @@
"admin.service.webhooksDescription": "有効な場合、内向きのウェブフックが使用可能になります。フィッシング攻撃を防ぐため、全てのウェブフックによる投稿にはBOTタグが付けられます。",
"admin.service.webhooksTitle": "外向きのウェブフックを有効化する: ",
"admin.sidebar.addTeamSidebar": "サイドバーメニューからチームを追加する",
- "admin.sidebar.advanced": "Advanced",
+ "admin.sidebar.advanced": "詳細",
"admin.sidebar.audits": "コンプライアンスと監査",
"admin.sidebar.authentication": "認証",
"admin.sidebar.compliance": "コンプライアンス",
@@ -715,6 +717,11 @@
"channel_notifications.sendDesktop": "デスクトップ通知を送ります",
"channel_notifications.unreadInfo": "チャンネル名は未読のメッセージがある場合、サイドバーで太字で表示されます。「あなたについての投稿のみ」を選択することで、あなたについての投稿がある場合のみ太字で表示されます。",
"channel_select.placeholder": "--- チャンネルを選択してください ---",
+ "channel_switch_modal.help": "↑↓ to browse, TAB to select, ↵ to confirm, ESC to dismiss",
+ "channel_switch_modal.hint": "Type the name of a channel",
+ "channel_switch_modal.not_found": "No matches found.",
+ "channel_switch_modal.submit": "Switch",
+ "channel_switch_modal.title": "Switch Channels",
"choose_auth_page.emailCreate": "電子メールアドレスで新しいチームを作成する",
"choose_auth_page.find": "参加しているチームを探す",
"choose_auth_page.gitlabCreate": "GitLabアカウントで新しいチームを作成する",
@@ -952,6 +959,8 @@
"login.invalidPassword": "パスワードが正しくありません。",
"login.ldapUsername": "LDAPユーザー名",
"login.noAccount": "アカウントを持っていますか? ",
+ "login.noLoginId": "Please enter your {loginId}",
+ "login.noPassword": "Please enter your password",
"login.on": "{siteName}にて",
"login.or": "または",
"login.password": "パスワード",
@@ -1027,8 +1036,8 @@
"pending_post_actions.cancel": "キャンセル",
"pending_post_actions.retry": "再試行",
"permalink.error.access": "アクセスできないチャンネルのパーマリンクです",
- "post_attachment.collapse": "▲テキストをたたむ",
- "post_attachment.more": "▼もっと読む",
+ "post_attachment.collapse": "Show less...",
+ "post_attachment.more": "Show more...",
"post_body.commentedOn": "{name}{apostrophe}のメッセージにコメントしました: ",
"post_body.deleted": "(メッセージは削除されています)",
"post_body.plusMore": " {count}の他のファイルを追加する",
@@ -1278,7 +1287,7 @@
"user.settings.display.fontTitle": "表示フォント",
"user.settings.display.fullScreen": "全幅",
"user.settings.display.language": "言語",
- "user.settings.display.messageDisplayClean": "クリーン",
+ "user.settings.display.messageDisplayClean": "Standard",
"user.settings.display.messageDisplayCompact": "コンパクト",
"user.settings.display.messageDisplayDescription": "チャンネルでメッセージがどのように表示されるか選択してください。",
"user.settings.display.messageDisplayTitle": "メッセージの表示",