Octal twiddling

This commit is contained in:
Vincent Fiduccia 2017-01-24 21:42:49 -07:00
parent 2050687d0a
commit d59f745cfb
No known key found for this signature in database
GPG Key ID: 2B29AD6BB2BB2582
5 changed files with 27 additions and 18 deletions

View File

@ -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(),

View File

@ -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'

23
crowdin.yml Normal file
View File

@ -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

View File

@ -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",

View File

@ -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: ""