card-mod-format 0.13.1 → 0.13.2
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/locales/en.yml +23 -0
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0b5eba52fcc743e248f18a00a831e82ff2c26c7b39971e4cbf51157e526e570c
|
|
4
|
+
data.tar.gz: c384fb08ea3a69ee0403ce37f3f388b2ec70bc31af3152158d4feff719f4b702
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 49e90f15050ccc0b22bc8cb36785c0e97c0ae92ba1f973db21dba261e4d175f5af39fc2af944aea7bb90fc0347062c59e70ce5bbf5ace98230e78728b53c29d0
|
|
7
|
+
data.tar.gz: caed17f4e4161215445a67e0f9a15ed38dd772b54ea1deb909935211446c965d0fb239f037e87c8a5d7815619f9360790d024456b09d8a574a2db4ea5fddb7ae
|
data/locales/en.yml
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
en:
|
|
2
|
+
format_add_card: Add %{cardname}
|
|
3
|
+
format_bad_address: "404: Bad Address"
|
|
4
|
+
format_close: Close
|
|
5
|
+
format_configure_card: Configure %{cardname}
|
|
6
|
+
format_denial: Permission Denied
|
|
7
|
+
format_denied_task: to %{denied_task} this
|
|
8
|
+
format_invalid_json: invalid json
|
|
9
|
+
format_need_permission_task: "You need permission %{task}."
|
|
10
|
+
format_not_found_named: Could not find %{cardname}.
|
|
11
|
+
format_not_found_no_name: the card requested
|
|
12
|
+
format_not_numeric: "'%{content}' is not numeric"
|
|
13
|
+
format_or: "or"
|
|
14
|
+
format_please: Please
|
|
15
|
+
format_problems_name: Problems with %{cardname}
|
|
16
|
+
format_read_only: We are currently in read-only mode. Please try again later.
|
|
17
|
+
format_server_error: "\nWagn Hitch! Server Error. Yuck, sorry about that.\nTo tell us more and follow the fix,\nadd a support ticket at %{ticket_link}\n"
|
|
18
|
+
format_sorry: Sorry!
|
|
19
|
+
format_to_do_that: to do that
|
|
20
|
+
format_toggle_no: "no"
|
|
21
|
+
format_toggle_yes: "yes"
|
|
22
|
+
format_too_deep: Man, you're too deep. (Too many levels of nests at a time)
|
|
23
|
+
format_unsupported_view: view (%{view}) not supported for %{cardname}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: card-mod-format
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.13.
|
|
4
|
+
version: 0.13.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ethan McCutchen
|
|
@@ -18,28 +18,28 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - '='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 1.103.
|
|
21
|
+
version: 1.103.2
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
requirements:
|
|
26
26
|
- - '='
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
|
-
version: 1.103.
|
|
28
|
+
version: 1.103.2
|
|
29
29
|
- !ruby/object:Gem::Dependency
|
|
30
30
|
name: card-mod-content
|
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
|
32
32
|
requirements:
|
|
33
33
|
- - '='
|
|
34
34
|
- !ruby/object:Gem::Version
|
|
35
|
-
version: 0.13.
|
|
35
|
+
version: 0.13.2
|
|
36
36
|
type: :runtime
|
|
37
37
|
prerelease: false
|
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
|
40
40
|
- - '='
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: 0.13.
|
|
42
|
+
version: 0.13.2
|
|
43
43
|
description: ''
|
|
44
44
|
email:
|
|
45
45
|
- info@decko.org
|
|
@@ -59,6 +59,7 @@ files:
|
|
|
59
59
|
- lib/card/format/xml_format.rb
|
|
60
60
|
- lib/card/path.rb
|
|
61
61
|
- lib/card/path/cast_params.rb
|
|
62
|
+
- locales/en.yml
|
|
62
63
|
- set/all/active_card.rb
|
|
63
64
|
- set/all/base.rb
|
|
64
65
|
- set/all/content.rb
|