zendesk_apps_support 4.4.1 → 4.4.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/config/locales/en.yml +5 -3
- data/config/locales/translations/zendesk_apps_support.yml +8 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3d2e58ed37d53238a4125173c9b4cc4e401a2364
|
|
4
|
+
data.tar.gz: 31120c07af28f6a706c6be119012d8345aa51f74
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d793ec518b66b7e1890f89a04e714987a61a335343c4007246782689eb6abc5b4af258338049f46a331a4400026d0d572761d410eb851b053f2fbb1ef5d9d8d
|
|
7
|
+
data.tar.gz: 0b9bb7cc6678f80e2dd19009fe6a314831fa59e73aab6035a1640cd505e29cc672a60a3636e82923ec59600f874c3d4d92a6ee576b25d30fe903eaf468c58a1b
|
data/config/locales/en.yml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# This file is generated by rake i18n:standardize. Do NOT edit it directly
|
|
1
|
+
# This file is generated by rake i18n:standardize. Do NOT edit it directly.
|
|
2
2
|
---
|
|
3
3
|
en:
|
|
4
4
|
txt:
|
|
@@ -93,8 +93,10 @@ en:
|
|
|
93
93
|
not_json: "%{file} is not valid JSON. %{errors}"
|
|
94
94
|
not_json_object: "%{file} is not a JSON object."
|
|
95
95
|
missing_required_key: 'Missing required key from %{file}: %{missing_key}'
|
|
96
|
-
missing_required_key_for_product: 'Missing required key from %{file}
|
|
97
|
-
|
|
96
|
+
missing_required_key_for_product: 'Missing required key from %{file}
|
|
97
|
+
for %{product}: %{missing_key}'
|
|
98
|
+
products_do_not_match_manifest_products: Products in manifest (%{manifest_products})
|
|
99
|
+
do not match products in translations (%{translation_products})
|
|
98
100
|
stylesheet_error: 'Sass error: %{sass_error}'
|
|
99
101
|
invalid_type_parameter:
|
|
100
102
|
one: "%{invalid_types} is an invalid parameter type."
|
|
@@ -238,6 +238,14 @@ parts:
|
|
|
238
238
|
key: "txt.apps.admin.error.app_build.translation.missing_required_key"
|
|
239
239
|
title: "App builder job: required key missing from translation file"
|
|
240
240
|
value: "Missing required key from %{file}: %{missing_key}"
|
|
241
|
+
- translation:
|
|
242
|
+
key: "txt.apps.admin.error.app_build.translation.missing_required_key_for_product"
|
|
243
|
+
title: "App builder job: required key missing from translation file for a specific product"
|
|
244
|
+
value: "Missing required key from %{file} for %{product}: %{missing_key}"
|
|
245
|
+
- translation:
|
|
246
|
+
key: "txt.apps.admin.error.app_build.translation.products_do_not_match_manifest_products"
|
|
247
|
+
title: "App builder job: products specified in translation file don't match products in manifest"
|
|
248
|
+
value: "Products in manifest (%{manifest_products}) do not match products in translations (%{translation_products})"
|
|
241
249
|
- translation:
|
|
242
250
|
key: "txt.apps.admin.error.app_build.stylesheet_error"
|
|
243
251
|
title: "App builder job: invalid stylesheet syntax"
|