Update translations

This commit is contained in:
Vincent Fiduccia 2017-02-21 23:42:28 -07:00
parent 57fbd6388b
commit 48e436b00d
No known key found for this signature in database
GPG Key ID: 2B29AD6BB2BB2582
6 changed files with 721 additions and 44 deletions

View File

@ -36,6 +36,7 @@ generic:
save: Speichern save: Speichern
saved: Gespeichert saved: Gespeichert
saving: Speichern saving: Speichern
search: Suche
state: Status state: Status
test: Test test: Test
testing: Testet testing: Testet
@ -427,6 +428,7 @@ containersPage:
command: Befehl command: Befehl
body: body:
noData: Keine Container vorhanden. noData: Keine Container vorhanden.
noMatch: Keine passenden Container gefunden
new: new:
form: form:
name: name:

View File

@ -31,7 +31,6 @@ generic:
missing: "*%MISSING%*" missing: "*%MISSING%*"
moreActions: More Actions moreActions: More Actions
na: 'n/a' na: 'n/a'
no: No
name: Name name: Name
none: None none: None
ports: Ports ports: Ports
@ -49,7 +48,9 @@ generic:
type: Type type: Type
unknown: Unknown unknown: Unknown
uuid: UUID uuid: UUID
yes: Yes # These are not "yes" and "no" to avoid being parsed as bools by yaml parser.
noo: No
yess: Yes
############################## ##############################
@ -1542,6 +1543,10 @@ editHost:
valuePlaceholder: e.g. 1.2.3.4 valuePlaceholder: e.g. 1.2.3.4
addActionLabel: Add IP addActionLabel: Add IP
help: If provided, the scheduler will select and bind published ports to one of the given public IP addresses. help: If provided, the scheduler will select and bind published ports to one of the given public IP addresses.
requireAny:
label: Require Container Label
help: If provided, containers must have one or more of the given labels in order to be eligible for scheduling onto this host. If the value is left empty, a container with a matching key is eligible regardless of value.
addActionLabel: Add Required Label
editProjectTemplate: editProjectTemplate:
title: title:
@ -3393,6 +3398,7 @@ action:
console: Open Console console: Open Console
deactivate: Deactivate deactivate: Deactivate
edit: Edit edit: Edit
evacuate: Evacuate
execute: Execute Shell execute: Execute Shell
exportConfig: Export Config exportConfig: Export Config
finishUpgrade: Finish Upgrade finishUpgrade: Finish Upgrade

View File

@ -36,6 +36,7 @@ generic:
save: Enregistrer save: Enregistrer
saved: Enregistré saved: Enregistré
saving: Enregistrement en cours saving: Enregistrement en cours
search: Rechercher
state: Etat state: Etat
test: Test test: Test
testing: En test testing: En test
@ -427,6 +428,7 @@ containersPage:
command: Commande command: Commande
body: body:
noData: Aucun conteneur. noData: Aucun conteneur.
noMatch: Aucun Conteneur ne correspond à la recherche en cours
new: new:
form: form:
name: name:
@ -776,6 +778,12 @@ registriesPage:
password: password:
labelText: Mot de passe labelText: Mot de passe
placeholder: e.g. mot de passe placeholder: e.g. mot de passe
secretsPage:
index:
header: Secrets
linkTo: Ajouter un Secret
noData: Vous navez pas encore de Secrets
noMatch: Aucun Secret ne correspond à la recherche en cours
servicePage: servicePage:
header: 'Service :' header: 'Service :'
multistat: multistat:
@ -958,8 +966,31 @@ processesPage:
delayed: Retardé delayed: Retardé
ready: Prêt ready: Prêt
completed: Récemment Terminé completed: Récemment Terminé
summary:
noData: Aucun processus n'est planifié
table:
running: En Cours d'Exécution
ready: Prêt
delay: Retardé
pools: pools:
noData: Aucune Réserve trouvée noData: Aucune Réserve trouvée
noMatch: Aucun pool ne correspondre à la recherche en cours
table:
activeTasks: Actif
poolSize: Taille du Pool
rejectedTasks: Rejeté
completedTasks: Terminée
queueSize: Taille de la file dattente
queueRemainingCapacity: File d'attente
list:
table:
resource: Ressource
exitReason: Raison de la Sortie
startTime: Heure de début
endTime: Heure de fin
runTime: Durée
runAfter: Exécuter Après
noMatch: Aucun processus ne correspond à la recherche en cours
virtualMachinePage: virtualMachinePage:
header: 'Machine Virtuelle :' header: 'Machine Virtuelle :'
multistat: multistat:
@ -1109,6 +1140,8 @@ ldap:
labelText: Champ Statut labelText: Champ Statut
disabledBitMask: disabledBitMask:
labelText: Masque de bits du Statut Désactivé labelText: Masque de bits du Statut Désactivé
userMemberAttribute:
labelText: Attribut de lutilisateur
groups: groups:
header: Groupes header: Groupes
objectClass: objectClass:
@ -1604,6 +1637,7 @@ formNetwork:
networkMode: networkMode:
label: Réseau label: Réseau
bridge: Pont bridge: Pont
container: Conteneur
host: Hôte host: Hôte
managed: Géré managed: Géré
nat: NAT nat: NAT
@ -1688,6 +1722,24 @@ formScheduling:
field: Champ field: Champ
key: Clé key: Clé
value: Valeur value: Valeur
formSecrets:
label: Secrets
noData: Pas de Secrets
addLabel: Ajouter un Secret
name:
placeholder: par exemple db_password
secret:
label: Secret
uid:
label: Identifiant utilisateur
placeholder: par exemple 0 (root)
gid:
label: Identifiant du Groupe
placeholder: par exemple 0 (wheel)
mode:
placeholder: p. ex. 0444 (octal)
help:
prefix: "Les Secrets seront placés dans <code>/run/secrets/</code> dans le conteneur avec le nom de fichier donné et ne sont lisibles que par <code>root</code> par défaut. "
formSecurity: formSecurity:
key: Clé key: Clé
value: Valeur value: Valeur
@ -1905,6 +1957,14 @@ hostSettings:
notPublic: notPublic:
alert: | alert: |
Êtes-vous certain que tous les hôtes que vous créerez seront en mesure datteindre <code>{activeValue}</code> ? <br/> Cette adresse IP semble privée, ou appartenir à un réseau local. Êtes-vous certain que tous les hôtes que vous créerez seront en mesure datteindre <code>{activeValue}</code> ? <br/> Cette adresse IP semble privée, ou appartenir à un réseau local.
hostPod:
supportState:
unsupported: Version de Docker non supportée
untested: Version de Docker non testée
groupedInstances:
namespace: 'Espace de noms :'
stack: 'Pile :'
standalone: Conteneurs Autonomes
identityBlock: identityBlock:
loading: Chargement... loading: Chargement...
infoMultiStats: infoMultiStats:
@ -2435,6 +2495,7 @@ modalAboutComponent:
component: Composant component: Composant
version: Version version: Version
cattle: Cattle cattle: Cattle
cli: Interface de Ligne de Commande (CLI)
ui: Interface Utilisateur ui: Interface Utilisateur
compose: Compose compose: Compose
machineService: Service de la Machine machineService: Service de la Machine
@ -2581,7 +2642,7 @@ newContainer:
container: Mise à niveau du Conteneur container: Mise à niveau du Conteneur
vm: Mettre à niveau la Machine virtuelle vm: Mettre à niveau la Machine virtuelle
service: | service: |
Mise à niveau {numServices, pluriel, = 1 {Service} autres {# Services}} Mise à niveau {numServices, plural, =1 {Service} other {# Services}}
tabs: tabs:
disks: Disques disks: Disques
userData: Données de lUtilisateur userData: Données de lUtilisateur
@ -2593,6 +2654,7 @@ newContainer:
labels: Étiquettes labels: Étiquettes
scheduling: Planification en cours scheduling: Planification en cours
balancing: Équilibrage balancing: Équilibrage
secrets: Secrets
selectUpgrade: Sélectionnez un ou plusieurs services à mettre à niveau. selectUpgrade: Sélectionnez un ou plusieurs services à mettre à niveau.
saveUpgrade: Mettre à niveau saveUpgrade: Mettre à niveau
saveNew: Créer saveNew: Créer
@ -2628,6 +2690,17 @@ newReceiver:
max: max:
label: Échelle Maximale label: Échelle Maximale
placeholder: par exemple 80 placeholder: par exemple 80
newSecret:
title:
edit: Modifier le Secret
add: Ajouter un Secret
name:
placeholder: par exemple api-token
description:
placeholder: p. ex. jeton Secret pour lAPI
value:
label: Valeur Secrète
placeholder: La valeur secrète
pageFooter: pageFooter:
notARelease: (Pas une Version) notARelease: (Pas une Version)
help: Aide help: Aide
@ -2635,6 +2708,7 @@ pageFooter:
faq: FAQs faq: FAQs
issues: Renseigner un Problème issues: Renseigner un Problème
forums: Forums forums: Forums
slack: Slack
download: download:
link: Télécharger l'Interface de Ligne de Commande (CLI) link: Télécharger l'Interface de Ligne de Commande (CLI)
headerCli: Rancher CLI (bêta) headerCli: Rancher CLI (bêta)
@ -2688,6 +2762,8 @@ schema:
option: Choisissez une option... option: Choisissez une option...
inputService: inputService:
prompt: Choisissez un Service... prompt: Choisissez un Service...
inputSecret:
prompt: Choisissez un Secret...
schedulingRuleRow: schedulingRuleRow:
theHost: Lhôte theHost: Lhôte
must: doit must: doit
@ -2924,6 +3000,7 @@ nav:
backupTarget: Espace de sauvegarde backupTarget: Espace de sauvegarde
certificates: Certificats certificates: Certificats
registries: Registres registries: Registres
secrets: Secrets
admin: admin:
tab: Administrateur tab: Administrateur
audit: Journaux de Logs audit: Journaux de Logs
@ -2969,6 +3046,7 @@ action:
machineConfig: Configuration de Docker Machine machineConfig: Configuration de Docker Machine
purge: Purger purge: Purger
remove: Supprimmer remove: Supprimmer
replay: Rejouer
restart: Redemarrer restart: Redemarrer
restore: Restaurer restore: Restaurer
retry: Relancer retry: Relancer
@ -2989,6 +3067,13 @@ action:
viewGraph: Voir Graph viewGraph: Voir Graph
viewInApi: Vue dans l'API viewInApi: Vue dans l'API
viewInstance: Voir l'Instance viewInstance: Voir l'Instance
validation:
required: '« {key} » est requis'
number:
exactly: '« {key} » devrait être exactement {val}'
between: '« {key} » doit être comprise entre {min} et {max}'
min: '« {key} » doit être au moins {val}'
max: '« {key} » doit être au plus {val}'
model: model:
account: account:
kind: kind:
@ -3012,3 +3097,7 @@ model:
owner: Propriétaire owner: Propriétaire
readonly: Lecture Seule readonly: Lecture Seule
restricted: Restreint restricted: Restreint
scaleService:
min: Échelle Minimale
max: Échelle Maximale
amount: Par

View File

@ -20,6 +20,7 @@ generic:
image: イメージ image: イメージ
internal: 内部 internal: 内部
ipAddress: IP アドレス ipAddress: IP アドレス
limit: 制限
loading: "読込中..." loading: "読込中..."
moreActions: その他の操作 moreActions: その他の操作
"no": false "no": false
@ -31,6 +32,7 @@ generic:
save: 保存 save: 保存
saved: 保存済み saved: 保存済み
saving: 保存中 saving: 保存中
search: 検索
state: 状態 state: 状態
test: テスト test: テスト
testing: テスト中 testing: テスト中
@ -431,6 +433,7 @@ containersPage:
command: コマンド command: コマンド
body: body:
noData: まだコンテナはありません noData: まだコンテナはありません
noMatch: 検索条件に一致するコンテナがありません
new: new:
form: form:
description: description:
@ -771,6 +774,12 @@ registriesPage:
labelText: ユーザー名 labelText: ユーザー名
password: password:
labelText: パスワード labelText: パスワード
secretsPage:
index:
header: シークレット
linkTo: シークレットを追加
noData: まだシークレットはありません
noMatch: 検索条件に一致するシークレットがありません
servicePage: servicePage:
header: 'サービス:' header: 'サービス:'
multistat: multistat:
@ -926,10 +935,35 @@ processesPage:
summary: 概要 summary: 概要
pools: プール pools: プール
running: 起動中 running: 起動中
delayed: 遅延
ready: 準備完了 ready: 準備完了
completed: 直近で完了 completed: 直近で完了
summary:
noData: スケジュールされているプロセスはありません
table:
running: 起動中
ready: 準備完了
delay: 遅延
pools: pools:
noData: プールはありません noData: プールはありません
noMatch: 検索条件に一致するプールがありません
table:
activeTasks: アクティブ
poolSize: プールサイズ
rejectedTasks: 却下
completedTasks: 完了
queueSize: キューサイズ
queueRemainingCapacity: 残りキュー
list:
table:
resource: リソース
exitReason: 終了理由
startTime: 開始日時
endTime: 終了日時
runTime: 実行時間
runAfter: 実開始時間
noData: '{which} のプロセスはありません'
noMatch: 検索条件に一致するプロセスがありません
virtualMachinePage: virtualMachinePage:
header: '仮想マシン:' header: '仮想マシン:'
multistat: multistat:
@ -1081,6 +1115,8 @@ ldap:
labelText: Status Field labelText: Status Field
disabledBitMask: disabledBitMask:
labelText: Disabled Status Bitmask labelText: Disabled Status Bitmask
userMemberAttribute:
labelText: ユーザーメンバー属性
groups: groups:
header: グループ header: グループ
objectClass: objectClass:
@ -1092,8 +1128,11 @@ ldap:
groupMemberUser: groupMemberUser:
labelText: グループメンバーのユーザー属性 labelText: グループメンバーのユーザー属性
placeholder: uid placeholder: uid
groupMemberMapping:
labelText: グループメンバー マッピング属性
groupDN: groupDN:
labelText: グループ DN フィールド labelText: グループ DN フィールド
placeholder: 識別名
testAuth: testAuth:
header: "3. テストのうえ認証を有効化する" header: "3. テストのうえ認証を有効化する"
helpText: "あなたの {providerName} アカウントで認証テストを行うことで全てが正常に設定されたことを確認します:" helpText: "あなたの {providerName} アカウントで認証テストを行うことで全てが正常に設定されたことを確認します:"
@ -1192,6 +1231,8 @@ copyToClipboard:
copied: コピーしました! copied: コピーしました!
dangerZone: dangerZone:
header: 拡張設定 header: 拡張設定
subtext: "注意して進めてください; 通常、ユーザーはこの設定を変更する必要はありません。間違った値を入力すると {appName} のインストレーションに問題が生じることがあります。変更のあった部分は太字で表示されます。"
showLabel: 私は拡張設定を変更することで問題が生じる可能性があると理解しています。
devicePermissions: devicePermissions:
all: 全て all: 全て
none: None none: None
@ -1476,8 +1517,10 @@ formHealthCheck:
label: チェックタイムアウト label: チェックタイムアウト
unit: ms unit: ms
healthyThreshold: healthyThreshold:
label: 正常とする回数
unit: 成功 unit: 成功
unhealthyThreshold: unhealthyThreshold:
label: 異常とする回数
unit: 失敗 unit: 失敗
strategy: strategy:
label: 異常時 label: 異常時
@ -1523,6 +1566,7 @@ formNetwork:
networkMode: networkMode:
label: ネットワーク label: ネットワーク
bridge: ブリッジ bridge: ブリッジ
container: コンテナ
host: ホスト host: ホスト
managed: 管理 managed: 管理
nat: NAT nat: NAT
@ -1603,6 +1647,21 @@ formScheduling:
field: フィールド field: フィールド
key: キー key: キー
value: value:
formSecrets:
label: シークレット
noData: シークレットはありません
addLabel: シークレットを追加
secret:
label: シークレット
uid:
label: ユーザー ID
gid:
label: グループ ID
mode:
label: ファイルモード
help:
prefix: "シークレットはコンテナ内の <code>/run/secrets</code> に指定したファイル名で配置され、デフォルトでは <code>root</code> からのみ読み込み可能です。"
showPermissionsLink: "ファイルの所有権 & 権限のカスタマイズ"
formSecurity: formSecurity:
key: キー key: キー
value: value:
@ -1776,6 +1835,7 @@ hookPage:
label: サービスを拡張 label: サービスを拡張
detailPrefix: "{action} を拡張" detailPrefix: "{action} を拡張"
detailLink: "{displayService}" detailLink: "{displayService}"
detailSuffix: "by {amount}"
receiver: receiver:
header: レシーバー フック header: レシーバー フック
buttonText: レシーバーを追加 buttonText: レシーバーを追加
@ -1803,6 +1863,17 @@ hostSettings:
notPublic: notPublic:
alert: | alert: |
作成された全てのホストは<code>{activeValue}</code>にアクセスできますか?<br/>プライベート IP や ローカルネットワークに見受けられます。 作成された全てのホストは<code>{activeValue}</code>にアクセスできますか?<br/>プライベート IP や ローカルネットワークに見受けられます。
badTld:
alert: |
トップレベルドメインである <code>.local</code> はRFC6742 でマルチキャスト DNS 向けに予約されています。そのため登録 URL に利用することは推奨されず、利用した場合 DNS 上の問題が発生する可能性があります。他のホスト名または IP を指定してください。
hostPod:
supportState:
unsupported: サポートされていない Docker バージョン
untested: 未テストの Docker バージョン
groupedInstances:
namespace: '名前空間:'
stack: 'スタック:'
standalone: 独立型コンテナ
identityBlock: identityBlock:
loading: 読込中... loading: 読込中...
infoMultiStats: infoMultiStats:
@ -2316,6 +2387,7 @@ modalAboutComponent:
component: コンポーネント component: コンポーネント
version: バージョン version: バージョン
cattle: Cattle cattle: Cattle
cli: CLI
ui: User Interface ui: User Interface
compose: Compose compose: Compose
machineService: Machine Service machineService: Machine Service
@ -2366,10 +2438,22 @@ modalEditDriver:
checksum: checksum:
label: チェックサム label: チェックサム
help: 'オプション: 期待されたチェックサムかどうかダウンロードされたマシンドライバーの整合性を確認します。' help: 'オプション: 期待されたチェックサムかどうかダウンロードされたマシンドライバーの整合性を確認します。'
modalEditSetting:
title: 拡張設定を編集
name:
label: 名前
value:
label:
reset:
label: ディフォルトにリセット
modalEditSnapshot: modalEditSnapshot:
edit: スナップショットを編集 edit: スナップショットを編集
create: スナップショットを作成 create: スナップショットを作成
nameLabel: スナップショット名 nameLabel: スナップショット名
modalFeedback:
header: '{appName} へようこそ!'
subtitle: "開始する前にあなたのことについて少し教えてください..."
send: はじめに
modalProcessError: modalProcessError:
header: 例外情報 header: 例外情報
cause: "理由:" cause: "理由:"
@ -2466,6 +2550,7 @@ newContainer:
labels: ラベル labels: ラベル
scheduling: スケジューリング scheduling: スケジューリング
balancing: バランシング balancing: バランシング
secrets: シークレット
selectUpgrade: アップグレードするサービスを1つ以上選択してください selectUpgrade: アップグレードするサービスを1つ以上選択してください
saveUpgrade: アップグレード saveUpgrade: アップグレード
saveNew: 作成 saveNew: 作成
@ -2487,6 +2572,19 @@ newReceiver:
label: アクション label: アクション
service: service:
label: 対象サービス label: 対象サービス
amount:
label: Scale up/down 単位
min:
label: 最小スケール
max:
label: 最大スケール
newSecret:
title:
edit: シークレットを編集
add: シークレットを追加
value:
label: シークレットの値
placeholder: シークレットの値
pageFooter: pageFooter:
notARelease: (未リリース) notARelease: (未リリース)
help: ヘルプ help: ヘルプ
@ -2494,6 +2592,7 @@ pageFooter:
faq: FAQ faq: FAQ
issues: バグを報告 issues: バグを報告
forums: フォーラム forums: フォーラム
slack: Slack
download: download:
link: CLI をダウンロード link: CLI をダウンロード
headerCli: Rancher CLI (beta) headerCli: Rancher CLI (beta)
@ -2501,6 +2600,12 @@ pageFooter:
mac: Mac OS X mac: Mac OS X
windows: Windows windows: Windows
linux: Linux linux: Linux
pagination:
multi: |
{pages, plural,
=0 {0 項目}
=1 {{count} {count, select, =1 {項目} other {項目}}}
other {{from} - {to} of {count}}}
pageHeaderEnvironment: pageHeaderEnvironment:
namespace: 名前空間 namespace: 名前空間
projectRow: projectRow:
@ -2518,13 +2623,16 @@ registryRow:
username: ユーザー名 username: ユーザー名
created: 作成日 created: 作成日
reservationParameters: reservationParameters:
label: リソース制限
localStorage: localStorage:
labelText: 'ローカルストレージ'
unit: 'MB' unit: 'MB'
memory: memory:
labelText: 'メモリ' labelText: 'メモリ'
unit: 'MB' unit: 'MB'
milliCpu: milliCpu:
labelText: CPU labelText: CPU
unit: 'mCPU'
saveCancel: saveCancel:
saving: 保存中... saving: 保存中...
saved: 完了! saved: 完了!
@ -2541,7 +2649,16 @@ schema:
option: オプションを選択してください... option: オプションを選択してください...
inputService: inputService:
prompt: サービスを選択してください... prompt: サービスを選択してください...
inputSecret:
prompt: シークレットを選択してください...
schedulingRuleRow: schedulingRuleRow:
theHost: ホスト
must: must
should: should
shouldNot: should not
mustNot: must not
haveA: have a
of: of
hostLabel: ホストラベル hostLabel: ホストラベル
containerLabel: ラベル付きコンテナ containerLabel: ラベル付きコンテナ
serviceName: 名前付きサービス serviceName: 名前付きサービス
@ -2579,6 +2696,7 @@ stackSection:
outputs: 出力 outputs: 出力
description: 詳細情報 description: 詳細情報
none: サービスはありません none: サービスはありません
tags: タグ
container: | container: |
{numContainers, plural, {numContainers, plural,
=1 {コンテナ} =1 {コンテナ}
@ -2769,6 +2887,7 @@ nav:
backupTarget: バックアップ対象 backupTarget: バックアップ対象
certificates: 証明書 certificates: 証明書
registries: レジストリ registries: レジストリ
secrets: シークレット
admin: admin:
tab: 管理者 tab: 管理者
audit: 監査ログ audit: 監査ログ
@ -2781,6 +2900,7 @@ nav:
api: api:
tab: API tab: API
keys: キー keys: キー
hooks: Webhooks
user: user:
label: 'ユーザーメニュー: {username}' label: 'ユーザーメニュー: {username}'
logout: ログアウト logout: ログアウト
@ -2792,6 +2912,7 @@ nav:
prefix: "最初のサービスまたはコンテナを起動する前に Docker {minVersion} もしくはそれ以上のバージョンをサポートしている Linux ホストを追加する必要があります。" prefix: "最初のサービスまたはコンテナを起動する前に Docker {minVersion} もしくはそれ以上のバージョンをサポートしている Linux ホストを追加する必要があります。"
link: "ホストを追加" link: "ホストを追加"
noHostsWindows: noHostsWindows:
prefix: "最初のサービスまたはコンテナを起動する前に Windows ホストが必要となります。"
link: "ホストを追加" link: "ホストを追加"
action: action:
activate: アクティブ化 activate: アクティブ化
@ -2810,6 +2931,7 @@ action:
machineConfig: マシン設定 machineConfig: マシン設定
purge: 除去 purge: 除去
remove: 削除 remove: 削除
replay: 再実行
restart: 再起動 restart: 再起動
restore: リストア restore: リストア
retry: リトライ retry: リトライ
@ -2853,3 +2975,7 @@ model:
owner: オーナー owner: オーナー
readonly: Read-Only readonly: Read-Only
restricted: 制限済み restricted: 制限済み
scaleService:
min: 最小スケール
max: 最大スケール
amount: Scale up/down 単位

View File

@ -36,6 +36,7 @@ generic:
save: Сохранить save: Сохранить
saved: Сохранено saved: Сохранено
saving: Сохранение saving: Сохранение
search: Искать
state: Состояние state: Состояние
test: Тест test: Тест
testing: Тестирование testing: Тестирование
@ -137,6 +138,7 @@ authPage:
text: Аунтификация text: Аунтификация
helpText: "Чтобы перенастроить Shibboleth интеграцию - отключите контроль доступа чуть ниже и настройте всё по-новой." helpText: "Чтобы перенастроить Shibboleth интеграцию - отключите контроль доступа чуть ниже и настройте всё по-новой."
disableAccess: disableAccess:
header: "Опасная Зона&trade;"
warning: '<b class="text-danger">Внимание:</b> Отключение контроля доступа предоставит полный доступ к Системе {appName} любому, кто может зайти на эту страницу или достучаться до API. Мы предупреждали.' warning: '<b class="text-danger">Внимание:</b> Отключение контроля доступа предоставит полный доступ к Системе {appName} любому, кто может зайти на эту страницу или достучаться до API. Мы предупреждали.'
disable: Отключить контроль доступа disable: Отключить контроль доступа
groupsField: 'Группы:' groupsField: 'Группы:'
@ -145,13 +147,19 @@ authPage:
userId: 'ID пользователя:' userId: 'ID пользователя:'
disabled: disabled:
warning: "Система {appName} может быть настроена на предоставление доступа набору пользователей и/или групп директории {providerName}. Прямо сейчас это не настроено, так что все, кто могут зайти на эту страницу (или достучаться до API) имеют полный контроль над системой. Не порядок." warning: "Система {appName} может быть настроена на предоставление доступа набору пользователей и/или групп директории {providerName}. Прямо сейчас это не настроено, так что все, кто могут зайти на эту страницу (или достучаться до API) имеют полный контроль над системой. Не порядок."
name:
labelText: Отображаемое имя поля
username: username:
labelText: Поле имени пользователя labelText: Поле имени пользователя
uid:
labelText: Поле UID
groups: groups:
labelText: Поле группы labelText: Поле группы
testAuth: testAuth:
header: '2. Протестируйте и включите аунтификацию' header: '2. Протестируйте и включите аунтификацию'
subtext: 'Проверьте правильность настройки приложения путем проверки подлинности с ним:' subtext: 'Проверьте правильность настройки приложения путем проверки подлинности с ним:'
buttonText:
pre: Аунтефицироваться с IDP
root: root:
header: Access Control header: Access Control
github: github:
@ -426,6 +434,10 @@ containersPage:
entryPoint: 'Точка входа:' entryPoint: 'Точка входа:'
description: 'Описание:' description: 'Описание:'
stack: 'Стек/Сервисы:' stack: 'Стек/Сервисы:'
memoryReservation:
labelText: 'Резервирование памяти: '
milliCpuReservation:
labelText: 'Резервирование mCPU: '
navTabs: navTabs:
labels: Лейблы labels: Лейблы
volumes: Разделы volumes: Разделы
@ -648,6 +660,7 @@ mesosPage:
content: Вы можете запустить фреймворки из нашего каталога. content: Вы можете запустить фреймворки из нашего каталога.
button: Запуск фреймворк button: Запуск фреймворк
manage: manage:
content: Управление Mesos из Mesos UI.
button: Mesos UI button: Mesos UI
notFoundPage: notFoundPage:
header: "Вы запросили несуществующую страницу. Пожалуйста, аккуратнее." header: "Вы запросили несуществующую страницу. Пожалуйста, аккуратнее."
@ -731,6 +744,8 @@ servicePage:
linksTab: linksTab:
header: Привязки header: Привязки
noData: Нет привязок noData: Нет привязок
certsTab:
default: Сертификат по умолчанию
new: new:
form: form:
name: name:
@ -765,6 +780,8 @@ servicePage:
event: Событие event: Событие
description: Описание description: Описание
type: type:
externalservice: Внешний
kubernetesservice: K8s сервис
networkdriverservice: Сетевая служба networkdriverservice: Сетевая служба
storagedriverservice: Служба хранилища storagedriverservice: Служба хранилища
settingsPage: settingsPage:
@ -859,7 +876,18 @@ swarmPage:
processesPage: processesPage:
header: Процессы header: Процессы
tab: tab:
summary: Описание
pools: Пулы хранилищ pools: Пулы хранилищ
running: Запущеные
summary:
table:
ready: Готов
delay: Задержка
pools:
table:
activeTasks: Активный
completedTasks: Завершено
queueSize: Размер очереди
virtualMachinePage: virtualMachinePage:
header: 'Виртуальная машина:' header: 'Виртуальная машина:'
multistat: multistat:

File diff suppressed because it is too large Load Diff