zendesk_apps_support 1.9.0 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config/locales/en.yml +21 -21
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0e6b4d54f6f3f3d669be6796aa70461a280760d8
|
|
4
|
+
data.tar.gz: 787833b450289df21248a738a138432c69147f21
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0bef1113beb700741e6f095babcf9abe835d9a9e19e5f4846f1422c147f1cdf8b7c2948c927bda5d7a87829066d4481e253d7e641fae22d2db5e9b9b41a6ebdb
|
|
7
|
+
data.tar.gz: cf551e919001f36e59c84f1cb1a5fafa94a3b5770afb5b60a613ca29a279fe54f4212233e5f0de5dfb0a90ced05383f5bf156f4b6cea2341775c6949e4dc949c
|
data/config/locales/en.yml
CHANGED
|
@@ -7,42 +7,42 @@ en:
|
|
|
7
7
|
error:
|
|
8
8
|
app_build:
|
|
9
9
|
jshint:
|
|
10
|
-
one:
|
|
11
|
-
other:
|
|
10
|
+
one: 'JSHint error in %{file}: %{errors}'
|
|
11
|
+
other: 'JSHint errors in %{file}: %{errors}'
|
|
12
12
|
manifest_not_json: manifest is not proper JSON. %{errors}
|
|
13
13
|
missing_manifest: Could not find manifest.json
|
|
14
14
|
manifest_keys:
|
|
15
15
|
missing:
|
|
16
|
-
one:
|
|
17
|
-
other:
|
|
16
|
+
one: 'Missing required field in manifest: %{missing_keys}'
|
|
17
|
+
other: 'Missing required fields in manifest: %{missing_keys}'
|
|
18
18
|
oauth_keys:
|
|
19
19
|
missing:
|
|
20
|
-
one:
|
|
21
|
-
other:
|
|
20
|
+
one: 'Missing required oauth field in manifest: %{missing_keys}'
|
|
21
|
+
other: 'Missing required oauth fields in manifest: %{missing_keys}'
|
|
22
22
|
missing_source: Could not find app.js
|
|
23
23
|
style_in_template: <style> tag in %{template}. Use an app.css file instead.
|
|
24
|
-
invalid_default_locale:
|
|
25
|
-
missing_translation_file:
|
|
24
|
+
invalid_default_locale: '%{defaultLocale} is not a valid default locale.'
|
|
25
|
+
missing_translation_file: 'Missing translation file for locale ''%{defaultLocale}''.
|
|
26
26
|
Please read: http://developer.zendesk.com/documentation/apps/i18n.html'
|
|
27
27
|
invalid_location:
|
|
28
|
-
one:
|
|
29
|
-
other:
|
|
28
|
+
one: '%{invalid_locations} is an invalid location.'
|
|
29
|
+
other: '%{invalid_locations} are invalid locations.'
|
|
30
30
|
invalid_hidden_parameter:
|
|
31
|
-
one:
|
|
32
|
-
other:
|
|
33
|
-
invalid_version:
|
|
31
|
+
one: '%{invalid_params} is set to hidden and cannot be required.'
|
|
32
|
+
other: '%{invalid_params} are set to hidden and cannot be required.'
|
|
33
|
+
invalid_version: '%{target_version} is not a valid framework version.
|
|
34
34
|
Available versions are: %{available_versions}.'
|
|
35
35
|
parameters_not_an_array: App parameters must be an array.
|
|
36
|
-
duplicate_parameters:
|
|
36
|
+
duplicate_parameters: 'Duplicate app parameters defined: %{duplicate_parameters}'
|
|
37
37
|
translation:
|
|
38
|
-
invalid_locale:
|
|
39
|
-
invalid_format:
|
|
40
|
-
not_json:
|
|
41
|
-
not_json_object:
|
|
42
|
-
stylesheet_error:
|
|
38
|
+
invalid_locale: '%{file} is not a valid locale.'
|
|
39
|
+
invalid_format: '%{field} is invalid for translation.'
|
|
40
|
+
not_json: '%{file} is not valid JSON. %{errors}'
|
|
41
|
+
not_json_object: '%{file} is not a JSON object.'
|
|
42
|
+
stylesheet_error: 'Sass error: %{sass_error}'
|
|
43
43
|
invalid_type_parameter:
|
|
44
|
-
one:
|
|
45
|
-
other:
|
|
44
|
+
one: '%{invalid_types} is an invalid parameter type.'
|
|
45
|
+
other: '%{invalid_types} are invalid parameter types.'
|
|
46
46
|
warning:
|
|
47
47
|
app_build:
|
|
48
48
|
deprecated_version: You are targeting a deprecated version of the framework.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zendesk_apps_support
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James A. Rosen
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2013-12-
|
|
14
|
+
date: 2013-12-20 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: i18n
|