Этот коммит содержится в:
enahum
2016-06-04 11:52:56 -03:00
коммит произвёл Joram Wilander
родитель 971149d2b2
Коммит bbaf1032a2
9 изменённых файлов: 229 добавлений и 17 удалений

Просмотреть файл

@@ -339,6 +339,34 @@
"id": "api.command.init.debug",
"translation": "コマンドAPIルートを初期化しています"
},
{
"id": "api.command.invite_people.desc",
"translation": "Send an email invite to your Mattermost team"
},
{
"id": "api.command.invite_people.email_off",
"translation": "Email has not been configured, no invite(s) sent"
},
{
"id": "api.command.invite_people.fail",
"translation": "Encountered an error sending email invite(s)"
},
{
"id": "api.command.invite_people.hint",
"translation": "[name@domain.com ...]"
},
{
"id": "api.command.invite_people.name",
"translation": "invite_people"
},
{
"id": "api.command.invite_people.no_email",
"translation": "Please specify one or more valid email addresses"
},
{
"id": "api.command.invite_people.sent",
"translation": "Email invite(s) sent"
},
{
"id": "api.command.regen.app_error",
"translation": "コマンドトークンを再生成するために必要な権限が付与されていません"
@@ -1995,6 +2023,14 @@
"id": "ent.ldap.do_login.user_not_registered.app_error",
"translation": "ユーザーがLDAPサーバーに登録されていません"
},
{
"id": "ent.ldap.syncdone.info",
"translation": "LDAP Synchronization completed"
},
{
"id": "ent.ldap.syncronize.get_all.app_error",
"translation": "Unable to get all users using LDAP"
},
{
"id": "ent.ldap.validate_filter.app_error",
"translation": "不正なLDAPフィルターです"
@@ -2383,6 +2419,10 @@
"id": "model.config.is_valid.ldap_security.app_error",
"translation": "LDAP設定の接続セキュリティーが不正です。'TLS'か'STARTTLS'にしてください"
},
{
"id": "model.config.is_valid.ldap_sync_interval.app_error",
"translation": "Invalid sync interval time. Must be at least one minute."
},
{
"id": "model.config.is_valid.listen_address.app_error",
"translation": "サービス設定の接続待ちアドレスが不正です。設定してください。"
@@ -3519,6 +3559,10 @@
"id": "store.sql_user.get.app_error",
"translation": "アカウントを探す際にエラーが発生しました"
},
{
"id": "store.sql_user.get_all_using_auth_service.other.app_error",
"translation": "認証形式でアカウントを探す際にエラーが発生しました"
},
{
"id": "store.sql_user.get_by_auth.missing_account.app_error",
"translation": "このチームの認証形式に合致する既存のアカウントを見付けられませんでした。このチームに参加するには、チームのオーナーから招待を受ける必要があります。"