zendesk_apps_support 4.4.1 → 4.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3ca887b91a9c145b4714cd80b37c346064fdf9f0
4
- data.tar.gz: 6439af11eca81816dc44a7999a7cd5b9b4891508
3
+ metadata.gz: 3d2e58ed37d53238a4125173c9b4cc4e401a2364
4
+ data.tar.gz: 31120c07af28f6a706c6be119012d8345aa51f74
5
5
  SHA512:
6
- metadata.gz: 6a6ecfc6ce4154238be60b5daba6323ec6e75069f6b56a4a26ef8e1db30f98c20ab2fdbe1afcf408fd603043ab45bb127c43b7481f53b31a93ac7bbaaca9dcaa
7
- data.tar.gz: cbe1950ae18916d69691734e7ef50518500111d85984522a439de5862ace924c5abdcdcc64c17008f4332b22585f4727599524c4f1de4cf87a2a163f4b95fdce
6
+ metadata.gz: 7d793ec518b66b7e1890f89a04e714987a61a335343c4007246782689eb6abc5b4af258338049f46a331a4400026d0d572761d410eb851b053f2fbb1ef5d9d8d
7
+ data.tar.gz: 0b9bb7cc6678f80e2dd19009fe6a314831fa59e73aab6035a1640cd505e29cc672a60a3636e82923ec59600f874c3d4d92a6ee576b25d30fe903eaf468c58a1b
@@ -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} for %{product}: %{missing_key}'
97
- products_do_not_match_manifest_products: 'Products in manifest (%{manifest_products}) do not match products in translations (%{translation_products}).'
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"
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: 4.4.1
4
+ version: 4.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - James A. Rosen