mirror of https://github.com/rancher/ui.git
Octal twiddling
This commit is contained in:
parent
2050687d0a
commit
d59f745cfb
|
|
@ -2,7 +2,7 @@ import Ember from 'ember';
|
|||
|
||||
const DEFAULT_UID = '0';
|
||||
const DEFAULT_GID = '0';
|
||||
const DEFAULT_MODE = '0600';
|
||||
const DEFAULT_MODE = '444';
|
||||
|
||||
export default Ember.Component.extend({
|
||||
intl: Ember.inject.service(),
|
||||
|
|
|
|||
14
crowdin.yaml
14
crowdin.yaml
|
|
@ -1,14 +0,0 @@
|
|||
project_identifier: rancher-ui
|
||||
files:
|
||||
-
|
||||
source: '/translations/en-us.yaml'
|
||||
translation: '/translations/%original_file_name%'
|
||||
languages_mapping:
|
||||
locale:
|
||||
'en-US': 'en-us'
|
||||
'de-DE': 'de-de'
|
||||
'fr-FR': 'fr-fr'
|
||||
'ja-JP': 'ja-jp'
|
||||
'pt-BR': 'pt-br'
|
||||
'ru-RU': 'ru-ru'
|
||||
'zh-CN': 'zh-hans'
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
api_key_env: CROWDIN_API_KEY
|
||||
project_identifier: rancher-ui
|
||||
base_path: /
|
||||
preserve_hierarchy: false
|
||||
|
||||
files:
|
||||
- source: /translations/en-us.json
|
||||
translation: "/translations/%original_file_name%"
|
||||
ignore:
|
||||
- "/**/*.md"
|
||||
type: yaml
|
||||
update_option: update_as_unapproved
|
||||
languages_mapping:
|
||||
locale:
|
||||
de-DE: de-de
|
||||
en-US: en-us
|
||||
fa-IR: fa-ir
|
||||
fr-FR: fr-fr
|
||||
ja-JP: ja-jp
|
||||
pt-BR: pt-br
|
||||
ru-RU: u-ru
|
||||
uk-UA: uk-ua
|
||||
zh-CN: zh-hans
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
"forever-agent": "^0.6.1",
|
||||
"glob": "^5.0.3",
|
||||
"http-proxy": "^1.11.1",
|
||||
"lacsso": "0.0.55",
|
||||
"lacsso": "0.0.58",
|
||||
"liquid-fire": "0.26.4",
|
||||
"loader.js": "^4.0.10",
|
||||
"semver": "^5.3.0",
|
||||
|
|
|
|||
|
|
@ -1890,9 +1890,9 @@ formSecrets:
|
|||
placeholder: e.g. 0 (wheel)
|
||||
mode:
|
||||
label: File Mode
|
||||
placeholder: e.g. 0600 (octal)
|
||||
placeholder: e.g. 0444 (octal)
|
||||
help:
|
||||
prefix: "Secrets will be placed in <code>/mnt/secrets????</code> in the Container with the given filename and are readable only by <code>root</code> by default. "
|
||||
prefix: "Secrets will be placed in <code>/run/secrets/</code> in the Container with the given filename and are readable only by <code>root</code> by default. "
|
||||
showPermissionsLink: "Customize file ownership & permissions"
|
||||
suffix: ""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue