mno-enterprise-core 2.0.9 → 3.0.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.
Files changed (144) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/mno_enterprise/application_controller.rb +10 -20
  3. data/app/models/mno_enterprise/base_resource.rb +1 -2
  4. data/app/models/mno_enterprise/impac/dashboard.rb +24 -22
  5. data/app/models/mno_enterprise/impac/kpi.rb +1 -1
  6. data/app/models/mno_enterprise/impac/widget.rb +1 -1
  7. data/app/models/mno_enterprise/user.rb +2 -1
  8. data/config/initializers/audit_log.rb +2 -0
  9. data/config/initializers/config.rb +3 -0
  10. data/config/locales/models/app/en.yml +25 -0
  11. data/config/locales/models/app/id.yml +25 -0
  12. data/config/locales/models/app/zh.yml +25 -0
  13. data/config/locales/models/app_instance/en.yml +24 -0
  14. data/config/locales/models/app_instance/id.yml +24 -0
  15. data/config/locales/models/app_instance/zh.yml +24 -0
  16. data/config/locales/models/credit_card/en.yml +23 -0
  17. data/config/locales/models/credit_card/id.yml +23 -0
  18. data/config/locales/models/credit_card/zh.yml +23 -0
  19. data/config/locales/models/deletion_request/en.yml +9 -0
  20. data/config/locales/models/deletion_request/id.yml +9 -0
  21. data/config/locales/models/deletion_request/zh.yml +9 -0
  22. data/config/locales/models/impac/dashboard/en.yml +13 -0
  23. data/config/locales/models/impac/dashboard/id.yml +13 -0
  24. data/config/locales/models/impac/dashboard/zh.yml +13 -0
  25. data/config/locales/models/impac/widget/en.yml +13 -0
  26. data/config/locales/models/impac/widget/id.yml +13 -0
  27. data/config/locales/models/impac/widget/zh.yml +13 -0
  28. data/config/locales/models/invoice/en.yml +9 -0
  29. data/config/locales/models/invoice/id.yml +9 -0
  30. data/config/locales/models/invoice/zh.yml +9 -0
  31. data/config/locales/models/org_invite/en.yml +9 -0
  32. data/config/locales/models/org_invite/id.yml +9 -0
  33. data/config/locales/models/org_invite/zh.yml +9 -0
  34. data/config/locales/models/org_team/en.yml +9 -0
  35. data/config/locales/models/org_team/id.yml +9 -0
  36. data/config/locales/models/org_team/zh.yml +9 -0
  37. data/config/locales/models/organization/en.yml +24 -0
  38. data/config/locales/models/organization/id.yml +24 -0
  39. data/config/locales/models/organization/zh.yml +24 -0
  40. data/config/locales/models/user/en.yml +45 -0
  41. data/config/locales/models/user/id.yml +45 -0
  42. data/config/locales/models/user/zh.yml +44 -0
  43. data/config/locales/templates/components/en.yml +21 -0
  44. data/config/locales/templates/components/id.yml +21 -0
  45. data/config/locales/templates/components/zh.yml +21 -0
  46. data/config/locales/templates/dashboard/en.yml +60 -0
  47. data/config/locales/templates/dashboard/id.yml +50 -0
  48. data/config/locales/templates/dashboard/marketplace/en.yml +16 -0
  49. data/config/locales/templates/dashboard/marketplace/id.yml +14 -0
  50. data/config/locales/templates/dashboard/marketplace/zh.yml +14 -0
  51. data/config/locales/templates/dashboard/organization/en.yml +107 -0
  52. data/config/locales/templates/dashboard/organization/id.yml +103 -0
  53. data/config/locales/templates/dashboard/organization/zh.yml +103 -0
  54. data/config/locales/templates/dashboard/teams/en.yml +48 -0
  55. data/config/locales/templates/dashboard/teams/id.yml +43 -0
  56. data/config/locales/templates/dashboard/teams/zh.yml +43 -0
  57. data/config/locales/templates/dashboard/zh.yml +54 -0
  58. data/config/locales/templates/impac/en.yml +24 -0
  59. data/config/locales/templates/impac/id.yml +24 -0
  60. data/config/locales/templates/impac/modals/en.yml +31 -0
  61. data/config/locales/templates/impac/modals/id.yml +29 -0
  62. data/config/locales/templates/impac/modals/zh.yml +28 -0
  63. data/config/locales/templates/impac/widgets/common/en.yml +9 -0
  64. data/config/locales/templates/impac/widgets/common/id.yml +9 -0
  65. data/config/locales/templates/impac/widgets/common/zh.yml +9 -0
  66. data/config/locales/templates/impac/widgets/en.yml +66 -0
  67. data/config/locales/templates/impac/widgets/id.yml +58 -0
  68. data/config/locales/templates/impac/widgets/settings/en.yml +23 -0
  69. data/config/locales/templates/impac/widgets/settings/id.yml +19 -0
  70. data/config/locales/templates/impac/widgets/settings/zh.yml +19 -0
  71. data/config/locales/templates/impac/widgets/zh.yml +58 -0
  72. data/config/locales/templates/impac/zh.yml +24 -0
  73. data/config/locales/templates/modals/en.yml +9 -0
  74. data/config/locales/templates/modals/id.yml +9 -0
  75. data/config/locales/templates/modals/zh.yml +9 -0
  76. data/config/locales/views/auth/confirmations/en.yml +17 -0
  77. data/config/locales/views/auth/confirmations/id.yml +17 -0
  78. data/config/locales/views/auth/confirmations/zh.yml +17 -0
  79. data/config/locales/views/auth/passwords/en.yml +10 -0
  80. data/config/locales/views/auth/passwords/id.yml +10 -0
  81. data/config/locales/views/auth/passwords/zh.yml +10 -0
  82. data/config/locales/views/auth/registrations/en.yml +9 -0
  83. data/config/locales/views/auth/registrations/id.yml +9 -0
  84. data/config/locales/views/auth/registrations/zh.yml +8 -0
  85. data/config/locales/views/auth/sessions/en.yml +7 -0
  86. data/config/locales/views/auth/sessions/id.yml +7 -0
  87. data/config/locales/views/auth/sessions/zh.yml +7 -0
  88. data/config/locales/views/auth/shared/en.yml +12 -0
  89. data/config/locales/views/auth/shared/id.yml +11 -0
  90. data/config/locales/views/auth/shared/zh.yml +11 -0
  91. data/config/locales/views/auth/unlocks/en.yml +7 -0
  92. data/config/locales/views/auth/unlocks/id.yml +7 -0
  93. data/config/locales/views/auth/unlocks/zh.yml +7 -0
  94. data/config/locales/views/pages/en.yml +19 -0
  95. data/config/locales/views/pages/id.yml +18 -0
  96. data/config/locales/views/pages/zh.yml +18 -0
  97. data/config/locales/views/provision/en.yml +12 -0
  98. data/config/locales/views/provision/id.yml +11 -0
  99. data/config/locales/views/provision/zh.yml +11 -0
  100. data/config/locales/views/webhook/o_auth/en.yml +6 -0
  101. data/config/locales/views/webhook/o_auth/id.yml +6 -0
  102. data/config/locales/views/webhook/o_auth/providers/en.yml +15 -0
  103. data/config/locales/views/webhook/o_auth/providers/id.yml +15 -0
  104. data/config/locales/views/webhook/o_auth/providers/zh.yml +15 -0
  105. data/config/locales/views/webhook/o_auth/zh.yml +6 -0
  106. data/lib/devise/models/remote_authenticatable.rb +1 -1
  107. data/lib/devise_extension.rb +6 -2
  108. data/lib/generators/mno_enterprise/dummy/dummy_generator.rb +7 -0
  109. data/lib/generators/mno_enterprise/dummy/templates/rails/routes.rb +0 -6
  110. data/lib/generators/mno_enterprise/install/install_generator.rb +79 -33
  111. data/lib/generators/mno_enterprise/install/templates/Procfile +1 -1
  112. data/lib/generators/mno_enterprise/install/templates/Procfile.dev +2 -0
  113. data/lib/generators/mno_enterprise/install/templates/config/application.yml +11 -0
  114. data/lib/generators/mno_enterprise/install/templates/config/initializers/mno_enterprise.rb +18 -15
  115. data/lib/generators/mno_enterprise/install/templates/config/settings.yml +7 -0
  116. data/lib/generators/mno_enterprise/install/templates/config/settings/development.yml +6 -0
  117. data/lib/generators/mno_enterprise/install/templates/config/settings/production.yml +6 -0
  118. data/lib/generators/mno_enterprise/install/templates/config/settings/test.yml +6 -0
  119. data/lib/generators/mno_enterprise/install/templates/config/settings/uat.yml +6 -0
  120. data/lib/generators/mno_enterprise/install/templates/stylesheets/{main.less_erb → main.less} +16 -3
  121. data/lib/generators/mno_enterprise/templates/scripts/puma.rb +3 -3
  122. data/lib/her_extension/model/relation.rb +0 -13
  123. data/lib/mno_enterprise/concerns/controllers/auth/confirmations_controller.rb +24 -19
  124. data/lib/mno_enterprise/concerns/controllers/i18n.rb +16 -0
  125. data/lib/mno_enterprise/concerns/models/app_instance.rb +0 -4
  126. data/lib/mno_enterprise/concerns/models/organization.rb +1 -1
  127. data/lib/mno_enterprise/core.rb +20 -7
  128. data/lib/mno_enterprise/engine.rb +19 -0
  129. data/lib/mno_enterprise/testing_support/common_rake.rb +1 -1
  130. data/lib/mno_enterprise/testing_support/factories/impac/kpis.rb +1 -0
  131. data/lib/mno_enterprise/testing_support/factories/org_invite.rb +1 -5
  132. data/lib/mno_enterprise/testing_support/mno_enterprise_api_test_helper.rb +1 -2
  133. data/lib/mno_enterprise/testing_support/shared_contexts/rake_task.rb +21 -0
  134. data/lib/mno_enterprise/version.rb +1 -1
  135. data/lib/tasks/mno_enterprise_tasks.rake +3 -5
  136. data/spec/controllers/mno_enterprise/i18n_spec.rb +42 -0
  137. data/spec/lib/her_extension/model/relation_spec.rb +0 -71
  138. data/spec/lib/mno_enterprise/core_engine_spec.rb +16 -0
  139. data/spec/mno_enterprise_spec.rb +2 -2
  140. data/spec/models/mno_enterprise/base_resource_spec.rb +0 -22
  141. metadata +152 -18
  142. data/lib/her_extension/middleware/mnoe_raise_error.rb +0 -21
  143. data/lib/her_extension/model/associations/belongs_to_association.rb +0 -25
  144. data/spec/controllers/mno_enterprise/application_controller_spec.rb +0 -15
@@ -0,0 +1,13 @@
1
+ en:
2
+ activemodel:
3
+ models:
4
+ mno_enterprise/impac/dashboard: Dashboard
5
+ attributes:
6
+ mno_enterprise/impac/dashboard:
7
+ created_at: Created at
8
+ id: Id
9
+ name: Name
10
+ organization_ids: Organizations
11
+ updated_at: Updated at
12
+ widgets_order: Widgets order
13
+ widgets_templates: Widgets templates
@@ -0,0 +1,13 @@
1
+ id:
2
+ activemodel:
3
+ models:
4
+ mno_enterprise/impac/dashboard: Dasbor
5
+ attributes:
6
+ mno_enterprise/impac/dashboard:
7
+ created_at: Dibuat pada
8
+ id: Id
9
+ name: Nama
10
+ organization_ids: Organisasi
11
+ updated_at: Diperbarui pada
12
+ widgets_order: Pesanan widget
13
+ widgets_templates: Templat widget
@@ -0,0 +1,13 @@
1
+ zh:
2
+ activemodel:
3
+ models:
4
+ mno_enterprise/impac/dashboard: "仪表板"
5
+ attributes:
6
+ mno_enterprise/impac/dashboard:
7
+ created_at: "创建于"
8
+ id: Id
9
+ name: "名称"
10
+ organization_ids: "公司"
11
+ updated_at: "更新于"
12
+ widgets_order: "小工具顺序"
13
+ widgets_templates: "小工具模板"
@@ -0,0 +1,13 @@
1
+ en:
2
+ activemodel:
3
+ models:
4
+ mno_enterprise/impac/widget: Widget
5
+ attributes:
6
+ mno_enterprise/impac/widget:
7
+ created_at: Created at
8
+ id: Id
9
+ name: Name
10
+ settings: Settings
11
+ updated_at: Updated at
12
+ widget_category: Widget category
13
+ width: Width
@@ -0,0 +1,13 @@
1
+ id:
2
+ activemodel:
3
+ models:
4
+ mno_enterprise/impac/widget: Widget
5
+ attributes:
6
+ mno_enterprise/impac/widget:
7
+ created_at: Dibuat pada
8
+ id: Id
9
+ name: Nama
10
+ settings: Penyetelan
11
+ updated_at: Diperbarui pada
12
+ widget_category: Kategori widget
13
+ width: Lebar
@@ -0,0 +1,13 @@
1
+ zh:
2
+ activemodel:
3
+ models:
4
+ mno_enterprise/impac/widget: "小工具"
5
+ attributes:
6
+ mno_enterprise/impac/widget:
7
+ created_at: "创建于"
8
+ id: Id
9
+ name: "名称"
10
+ settings: "设置"
11
+ updated_at: "更新于"
12
+ widget_category: "小工具类别"
13
+ width: "宽度"
@@ -0,0 +1,9 @@
1
+ en:
2
+ activemodel:
3
+ models:
4
+ mno_enterprise/invoice: Invoice
5
+ attributes:
6
+ mno_enterprise/invoice:
7
+ created_at: Created at
8
+ id: Id
9
+ updated_at: Updated at
@@ -0,0 +1,9 @@
1
+ id:
2
+ activemodel:
3
+ models:
4
+ mno_enterprise/invoice: Tagihan
5
+ attributes:
6
+ mno_enterprise/invoice:
7
+ created_at: Dibuat pada
8
+ id: Id
9
+ updated_at: Diperbarui pada
@@ -0,0 +1,9 @@
1
+ zh:
2
+ activemodel:
3
+ models:
4
+ mno_enterprise/invoice: "发票"
5
+ attributes:
6
+ mno_enterprise/invoice:
7
+ created_at: "创建于"
8
+ id: Id
9
+ updated_at: "更新于"
@@ -0,0 +1,9 @@
1
+ en:
2
+ activemodel:
3
+ models:
4
+ mno_enterprise/org_invite: Org invite
5
+ attributes:
6
+ mno_enterprise/org_invite:
7
+ created_at: Created at
8
+ id: Id
9
+ updated_at: Updated at
@@ -0,0 +1,9 @@
1
+ id:
2
+ activemodel:
3
+ models:
4
+ mno_enterprise/org_invite: Undang organisasi
5
+ attributes:
6
+ mno_enterprise/org_invite:
7
+ created_at: Dibuat pada
8
+ id: Id
9
+ updated_at: Diperbarui pada
@@ -0,0 +1,9 @@
1
+ zh:
2
+ activemodel:
3
+ models:
4
+ mno_enterprise/org_invite: "公司邀请"
5
+ attributes:
6
+ mno_enterprise/org_invite:
7
+ created_at: "创建于"
8
+ id: Id
9
+ updated_at: "更新于"
@@ -0,0 +1,9 @@
1
+ en:
2
+ activemodel:
3
+ models:
4
+ mno_enterprise/org_team: Org team
5
+ attributes:
6
+ mno_enterprise/org_team:
7
+ created_at: Created at
8
+ id: Id
9
+ updated_at: Updated at
@@ -0,0 +1,9 @@
1
+ id:
2
+ activemodel:
3
+ models:
4
+ mno_enterprise/org_team: Tim organisasi
5
+ attributes:
6
+ mno_enterprise/org_team:
7
+ created_at: Dibuat pada
8
+ id: Id
9
+ updated_at: Diperbarui pada
@@ -0,0 +1,9 @@
1
+ zh:
2
+ activemodel:
3
+ models:
4
+ mno_enterprise/org_team: "公司团队"
5
+ attributes:
6
+ mno_enterprise/org_team:
7
+ created_at: "创建于"
8
+ id: Id
9
+ updated_at: "更新于"
@@ -0,0 +1,24 @@
1
+ en:
2
+ activemodel:
3
+ models:
4
+ mno_enterprise/organization: Organization
5
+ attributes:
6
+ mno_enterprise/organization:
7
+ account_frozen: Account frozen?
8
+ created_at: Created at
9
+ free_trial_end_at: Free trial end at
10
+ geo_city: City
11
+ geo_country_code: Country code
12
+ geo_currency: Currency
13
+ geo_state_code: State code
14
+ geo_tz: Timezone
15
+ id: Id
16
+ latitude: Latitude
17
+ logo: Logo
18
+ longitude: Longitude
19
+ mails: Contact emails
20
+ meta_data: Metadata
21
+ name: Name
22
+ soa_enabled: Connec!™ enabled
23
+ uid: Uid
24
+ updated_at: Updated at
@@ -0,0 +1,24 @@
1
+ id:
2
+ activemodel:
3
+ models:
4
+ mno_enterprise/organization: Organisasi
5
+ attributes:
6
+ mno_enterprise/organization:
7
+ account_frozen: Akun beku?
8
+ created_at: Dibuat pada
9
+ free_trial_end_at: Uji coba gratis berakhir pada
10
+ geo_city: Kota
11
+ geo_country_code: Kode negara
12
+ geo_currency: Mata uang
13
+ geo_state_code: Kode negara bagian
14
+ geo_tz: Zona waktu
15
+ id: Id
16
+ latitude: Garis lintang
17
+ logo: Logo
18
+ longitude: Garis bujur
19
+ mails: Email kontak
20
+ meta_data: Metadata
21
+ name: Nama
22
+ soa_enabled: Connec!™ diaktifkan
23
+ uid: Uid
24
+ updated_at: Diperbarui pada
@@ -0,0 +1,24 @@
1
+ zh:
2
+ activemodel:
3
+ models:
4
+ mno_enterprise/organization: "公司"
5
+ attributes:
6
+ mno_enterprise/organization:
7
+ account_frozen: "冻结帐户?"
8
+ created_at: "创建于"
9
+ free_trial_end_at: "免费试用结束于"
10
+ geo_city: "城市"
11
+ geo_country_code: "国码"
12
+ geo_currency: "货币"
13
+ geo_state_code: "州码"
14
+ geo_tz: "时区"
15
+ id: Id
16
+ latitude: "纬度"
17
+ logo: "图标"
18
+ longitude: "经度"
19
+ mails: "联系电子邮箱"
20
+ meta_data: "元数据"
21
+ name: "名称"
22
+ soa_enabled: "Connec!™已启用"
23
+ uid: Uid
24
+ updated_at: "更新于"
@@ -0,0 +1,45 @@
1
+ en:
2
+ activemodel:
3
+ models:
4
+ mno_enterprise/user: User
5
+ attributes:
6
+ mno_enterprise/user:
7
+ authenticatable_salt: Authenticatable salt
8
+ company: Company
9
+ confirmation_sent_at: Confirmation sent at
10
+ confirmation_token: Confirmation token
11
+ confirmed_at: Confirmed at
12
+ created_at: Created at
13
+ current_password: Current password
14
+ current_sign_in_at: Current sign in at
15
+ current_sign_in_ip: Current sign in ip
16
+ email: Email
17
+ encrypted_password: Encrypted password
18
+ failed_attempts: Failed attempts
19
+ geo_city: City
20
+ geo_country_code: Country
21
+ geo_state_code: State code
22
+ id: Id
23
+ last_sign_in_at: Last sign in at
24
+ last_sign_in_ip: Last sign in ip
25
+ locked_at: Locked at
26
+ name: First name
27
+ password: Password
28
+ password_confirmation: Password confirmation
29
+ phone: Phone
30
+ phone_country_code: Ext.
31
+ remember_me: Remember me
32
+ remember_created_at: Remember created at
33
+ reset_password_sent_at: Reset password sent at
34
+ reset_password_token: Reset password token
35
+ sign_in_count: Login count
36
+ sso_session: Sso session
37
+ surname: Surname
38
+ uid: Uid
39
+ unconfirmed_email: Unconfirmed email
40
+ unlock_token: Unlock token
41
+ updated_at: Updated at
42
+ website: Website
43
+ errors:
44
+ mno_enterprise/user:
45
+ password_weak: "Password is not strong enough. Try mixing letters, numbers and cases"
@@ -0,0 +1,45 @@
1
+ id:
2
+ activemodel:
3
+ models:
4
+ mno_enterprise/user: Pengguna
5
+ attributes:
6
+ mno_enterprise/user:
7
+ authenticatable_salt: Salt terautentikasi
8
+ company: Perusahaan
9
+ confirmation_sent_at: Konfirmasi dikirim pada
10
+ confirmation_token: Token konfirmasi
11
+ confirmed_at: Dikonfirmasi pada
12
+ created_at: Dibuat pada
13
+ current_password: Kata sandi saat ini
14
+ current_sign_in_at: Masuk saat ini pada
15
+ current_sign_in_ip: Ip masuk saat ini
16
+ email: Email
17
+ encrypted_password: Kata sandi terenkripsi
18
+ failed_attempts: Percobaan gagal
19
+ geo_city: Kota
20
+ geo_country_code: Negara
21
+ geo_state_code: Kode negara bagian
22
+ id: Id
23
+ last_sign_in_at: Masuk terakhir pada
24
+ last_sign_in_ip: Ip masuk terakhir
25
+ locked_at: Dikunci pada
26
+ name: Nama depan
27
+ password: Kata sandi
28
+ password_confirmation: Konfirmasi kata sandi
29
+ phone: Telepon
30
+ phone_country_code: Ekstensi
31
+ remember_me: Ingat saya
32
+ remember_created_at: Ingat dibuat pada
33
+ reset_password_sent_at: Penyetelan ulang kata sandi dikirim pada
34
+ reset_password_token: Token penyetelan ulang kata sandi
35
+ sign_in_count: Hitungan login
36
+ sso_session: Sesi Sso
37
+ surname: Nama belakang
38
+ uid: Uid
39
+ unconfirmed_email: Email tidak terkonfirmasi
40
+ unlock_token: Token buka kunci
41
+ updated_at: Diperbarui pada
42
+ website: Situs web
43
+ errors:
44
+ mno_enterprise/user:
45
+ password_weak: "Kata sandi kurang kuat. Cobalah menggabungkan huruf, angka dan huruf besar"
@@ -0,0 +1,44 @@
1
+ zh:
2
+ activemodel:
3
+ models:
4
+ mno_enterprise/user: "使用者"
5
+ attributes:
6
+ mno_enterprise/user:
7
+ authenticatable_salt: "可验证盐"
8
+ company: "公司"
9
+ confirmation_sent_at: "确认发送于"
10
+ confirmation_token: "确认令牌"
11
+ confirmed_at: "确认于"
12
+ created_at: "创建于"
13
+ current_password: "目前密码"
14
+ current_sign_in_at: "目前登录于"
15
+ current_sign_in_ip: "目前登录ip"
16
+ email: "电子邮件"
17
+ encrypted_password: "加密密码"
18
+ failed_attempts: "尝试失败次数"
19
+ geo_city: "城市"
20
+ geo_country_code: "国家"
21
+ geo_state_code: "州码"
22
+ id: Id
23
+ last_sign_in_at: "目前登录于"
24
+ last_sign_in_ip: "最后登录ip"
25
+ locked_at: "锁定于"
26
+ name: "名"
27
+ password: "密码"
28
+ password_confirmation: "密码确认"
29
+ phone: "电话"
30
+ phone_country_code: "分机"
31
+ remember_created_at: "记住创建于"
32
+ reset_password_sent_at: "重置密码发送于"
33
+ reset_password_token: "重置密码令牌"
34
+ sign_in_count: "登录次数"
35
+ sso_session: "Sso连线"
36
+ surname: "姓氏"
37
+ uid: Uid
38
+ unconfirmed_email: "未确认电子邮件"
39
+ unlock_token: "解锁令牌"
40
+ updated_at: "更新于"
41
+ website: "网址"
42
+ errors:
43
+ mno_enterprise/user:
44
+ password_weak: "密码不够强。尝试混合字母、数字和大小写"
@@ -0,0 +1,21 @@
1
+ en:
2
+ mno_enterprise:
3
+ templates:
4
+ components:
5
+ loading_lounge:
6
+ redirecting_to_app: "Redirecting to %{appname}"
7
+ you_will_be_redirected_in: "You will be automatically redirected in %{counter}s (or click the link below)"
8
+ go_to_my_app: Go to my app now!
9
+ app_is_getting_configured: "%{appname} is getting configured"
10
+ app_should_be_available_soon: Don't worry, it should be available in a few seconds.
11
+ app_is_loading: "%{appname} is loading"
12
+ app_has_been_idle_for_long: "%{appname} has been idle for a long time. We are currently loading it. It should be available soon!"
13
+ app_is_getting_setup: "%{appname} is getting setup"
14
+ app_is_preparing_for_first_use: "%{appname} is preparing for the first use. It should be available soon!"
15
+ app_has_been_deleted: "%{appname} has been deleted"
16
+ app_has_been_removed_by_admin: "%{appname} has been removed by your administrator and is no more accessible."
17
+ app_is_idle: "%{appname} is idle"
18
+ cannot_start_app: Unfortunately we cannot switch this app ON for you
19
+ app_not_found: Application not found
20
+ app_not_managed_by_us: The app you requested does not seem to be managed by us.
21
+ did_you_type_the_right_url: Are you sure you typed the right url?
@@ -0,0 +1,21 @@
1
+ id:
2
+ mno_enterprise:
3
+ templates:
4
+ components:
5
+ loading_lounge:
6
+ redirecting_to_app: Mengalihkan ke %{appname}
7
+ you_will_be_redirected_in: Anda akan dialihkan secara otomatis dalam waktu %{counter}s (atau klik tautan di bawah ini)
8
+ go_to_my_app: Buka aplikasi saya sekarang!
9
+ app_is_getting_configured: '%{appname} sedang dikonfigurasi'
10
+ app_should_be_available_soon: Jangan khawatir, aplikasi akan tersedia dalam beberapa detik lagi.
11
+ app_is_loading: '%{appname} sedang memuat'
12
+ app_has_been_idle_for_long: '%{appname} sudah siaga untuk waktu yang lama. Kami sedang memuatnya. Akan segera tersedia!'
13
+ app_is_getting_setup: '%{appname} sedang melakukan penyetelan'
14
+ app_is_preparing_for_first_use: '%{appname} sedang mempersiapkan penggunaan pertama. Akan segera tersedia!'
15
+ app_has_been_deleted: '%{appname} telah dihapus'
16
+ app_has_been_removed_by_admin: '%{appname} telah dihapus oleh administrator Anda dan tidak dapat diakses lagi.'
17
+ app_is_idle: '%{appname} sedang siaga'
18
+ cannot_start_app: Sayang sekali, aplikasi ini tidak dapat DIAKTIFKAN
19
+ app_not_found: Aplikasi tidak ditemukan
20
+ app_not_managed_by_us: Aplikasi yang Anda minta tampaknya tidak dikelola oleh kami.
21
+ did_you_type_the_right_url: Anda yakin sudah mengetik url yang benar?