locomotivecms 3.2.1 → 3.3.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (136) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +5 -6
  3. data/LICENSE +1 -1
  4. data/README.md +2 -2
  5. data/app/api/locomotive/api.rb +1 -0
  6. data/app/api/locomotive/api/entities/content_entry_entity.rb +4 -0
  7. data/app/api/locomotive/api/forms/page_form.rb +10 -0
  8. data/app/api/locomotive/api/resources/page_resource.rb +2 -0
  9. data/app/api/locomotive/api/resources/url_redirection_resource.rb +69 -0
  10. data/app/assets/images/locomotive/icons/flags/da.png +0 -0
  11. data/app/assets/images/locomotive/icons/flags/el.png +0 -0
  12. data/app/assets/images/locomotive/icons/flags/fa-IR.png +0 -0
  13. data/app/assets/images/locomotive/icons/flags/fi-FI.png +0 -0
  14. data/app/assets/images/locomotive/icons/flags/{ja.png → ja-JP.png} +0 -0
  15. data/app/assets/images/locomotive/icons/flags/{pl.png → pl-PL.png} +0 -0
  16. data/app/assets/images/locomotive/icons/flags/uk.png +0 -0
  17. data/app/assets/javascripts/locomotive/views/inputs/markdown_view.js.coffee +6 -2
  18. data/app/assets/javascripts/locomotive/views/inputs/rte/link_view.js.coffee +1 -1
  19. data/app/assets/javascripts/locomotive/views/inputs/rte/table_view.js.coffee +1 -1
  20. data/app/assets/javascripts/locomotive/views/inputs/rte_view.js.coffee.erb +1 -1
  21. data/app/assets/stylesheets/locomotive/new/_flags.scss.erb +2 -1
  22. data/app/assets/stylesheets/locomotive/old/form/_popover.scss +0 -4
  23. data/app/controllers/locomotive/concerns/redirect_to_main_host_controller.rb +1 -1
  24. data/app/controllers/locomotive/current_site_controller.rb +4 -1
  25. data/app/controllers/locomotive/errors_controller.rb +2 -0
  26. data/app/controllers/locomotive/passwords_controller.rb +5 -1
  27. data/app/controllers/locomotive/registrations_controller.rb +6 -0
  28. data/app/controllers/locomotive/sessions_controller.rb +5 -1
  29. data/app/helpers/locomotive/base_helper.rb +18 -0
  30. data/app/helpers/locomotive/custom_fields_helper.rb +14 -0
  31. data/app/helpers/locomotive/shared/pages_helper.rb +4 -0
  32. data/app/helpers/locomotive/sites_helper.rb +4 -4
  33. data/app/models/locomotive/concerns/page/redirect.rb +1 -1
  34. data/app/models/locomotive/concerns/site/locales.rb +3 -4
  35. data/app/models/locomotive/concerns/site/url_redirections.rb +47 -1
  36. data/app/models/locomotive/page.rb +10 -5
  37. data/app/policies/locomotive/page_policy.rb +4 -0
  38. data/app/uploaders/locomotive/theme_asset_uploader.rb +1 -1
  39. data/app/views/locomotive/current_site/_url_redirection.html.slim +9 -5
  40. data/app/views/locomotive/current_site/form/_url_redirections.html.slim +1 -1
  41. data/app/views/locomotive/layouts/account.html.slim +1 -1
  42. data/app/views/locomotive/layouts/error.html.slim +2 -2
  43. data/app/views/locomotive/passwords/edit.html.slim +1 -1
  44. data/app/views/locomotive/passwords/new.html.slim +1 -1
  45. data/app/views/locomotive/registrations/new.html.slim +1 -1
  46. data/app/views/locomotive/sessions/new.html.slim +2 -2
  47. data/app/views/locomotive/shared/_account_navigation.slim +1 -1
  48. data/app/views/locomotive/shared/_sidebar.html.slim +1 -1
  49. data/app/views/locomotive/shared/sidebar/_page.html.slim +25 -24
  50. data/config/locales/ca.yml +332 -0
  51. data/config/locales/carrierwave.ar.yml +4 -0
  52. data/config/locales/carrierwave.ca.yml +4 -0
  53. data/config/locales/carrierwave.da.yml +4 -0
  54. data/config/locales/carrierwave.fi-FI.yml +4 -0
  55. data/config/locales/carrierwave.it.yml +4 -0
  56. data/config/locales/carrierwave.ja-JP.yml +4 -0
  57. data/config/locales/carrierwave.pl-PL.yml +4 -0
  58. data/config/locales/carrierwave.ru.yml +1 -1
  59. data/config/locales/carrierwave.sv-FI.yml +4 -0
  60. data/config/locales/cs.yml +14 -0
  61. data/config/locales/de.yml +64 -60
  62. data/config/locales/default.ca.yml +13 -0
  63. data/config/locales/default.da.yml +13 -0
  64. data/config/locales/default.de.yml +1 -1
  65. data/config/locales/default.fa_IR.yml +13 -0
  66. data/config/locales/default.fi-FI.yml +13 -0
  67. data/config/locales/default.ja-JP.yml +13 -0
  68. data/config/locales/default.pl-PL.yml +13 -0
  69. data/config/locales/default.sv-FI.yml +13 -0
  70. data/config/locales/devise.ca.yml +61 -0
  71. data/config/locales/devise.da.yml +60 -0
  72. data/config/locales/devise.de.yml +23 -23
  73. data/config/locales/devise.en.yml +6 -5
  74. data/config/locales/devise.fi-FI.yml +61 -0
  75. data/config/locales/devise.fr.yml +6 -4
  76. data/config/locales/devise.it.yml +61 -0
  77. data/config/locales/devise.ja-JP.yml +61 -0
  78. data/config/locales/devise.pl-PL.yml +61 -0
  79. data/config/locales/devise.ru.yml +35 -35
  80. data/config/locales/devise.sv-FI.yml +61 -0
  81. data/config/locales/el.yml +14 -0
  82. data/config/locales/en.yml +7 -0
  83. data/config/locales/flash.ca.yml +82 -0
  84. data/config/locales/flash.cs.yml +3 -0
  85. data/config/locales/flash.da.yml +79 -0
  86. data/config/locales/flash.de.yml +19 -16
  87. data/config/locales/flash.el.yml +3 -0
  88. data/config/locales/flash.ja-JP.yml +82 -0
  89. data/config/locales/flash.pl-PL.yml +82 -0
  90. data/config/locales/flash.sv-FI.yml +82 -0
  91. data/config/locales/fr.yml +5 -1
  92. data/config/locales/inputs.ca.yml +19 -0
  93. data/config/locales/inputs.da.yml +18 -0
  94. data/config/locales/inputs.fa_IR.yml +18 -0
  95. data/config/locales/inputs.fi-FI.yml +19 -0
  96. data/config/locales/inputs.ja-JP.yml +19 -0
  97. data/config/locales/inputs.pl-PL.yml +19 -0
  98. data/config/locales/inputs.sv-FI.yml +19 -0
  99. data/config/locales/ja-JP.yml +332 -0
  100. data/config/locales/mongoid.ca.yml +47 -0
  101. data/config/locales/mongoid.da.yml +47 -0
  102. data/config/locales/mongoid.de.yml +15 -6
  103. data/config/locales/mongoid.fa_IR.yml +41 -0
  104. data/config/locales/mongoid.ja-JP.yml +47 -0
  105. data/config/locales/mongoid.pl-PL.yml +47 -0
  106. data/config/locales/mongoid.sv-FI.yml +47 -0
  107. data/config/locales/nl.yml +4 -0
  108. data/config/locales/pl-PL.yml +332 -0
  109. data/config/locales/ru.yml +74 -74
  110. data/config/locales/simple_form.ca.yml +153 -0
  111. data/config/locales/simple_form.cs.yml +1 -0
  112. data/config/locales/simple_form.de.yml +45 -33
  113. data/config/locales/simple_form.el.yml +1 -0
  114. data/config/locales/simple_form.fi-FI.yml +153 -0
  115. data/config/locales/simple_form.ja-JP.yml +153 -0
  116. data/config/locales/simple_form.pl-PL.yml +153 -0
  117. data/config/locales/simple_form.ru.yml +8 -8
  118. data/config/locales/simple_form.sv-FI.yml +153 -0
  119. data/config/locales/sv-FI.yml +332 -0
  120. data/lib/locomotive/configuration.rb +1 -1
  121. data/lib/locomotive/dragonfly.rb +6 -4
  122. data/lib/locomotive/engine.rb +6 -0
  123. data/lib/locomotive/middlewares/site.rb +3 -1
  124. data/lib/locomotive/mongoid/patches.rb +9 -28
  125. data/lib/locomotive/steam/middlewares/wysihtml_css.rb +1 -1
  126. data/lib/locomotive/version.rb +1 -1
  127. data/spec/models/locomotive/concerns/site/metafields_spec.rb +1 -1
  128. data/spec/models/locomotive/concerns/site/url_redirections_spec.rb +62 -2
  129. data/spec/models/locomotive/content_entry_spec.rb +4 -4
  130. data/spec/models/locomotive/page_spec.rb +25 -10
  131. data/spec/models/locomotive/site_spec.rb +2 -0
  132. data/spec/requests/locomotive/steam/cache_spec.rb +1 -1
  133. data/spec/support/factories.rb +1 -0
  134. data/vendor/assets/javascripts/locomotive/datepicker_i18n.js.erb +12 -6
  135. data/vendor/assets/javascripts/locomotive/wysihtml5x-toolbar.js +24 -27
  136. metadata +102 -89
@@ -0,0 +1,47 @@
1
+ ca:
2
+ mongoid:
3
+ errors:
4
+ messages:
5
+ blank_in_locale: "no pot estar en blanc"
6
+ models:
7
+ locomotive/page:
8
+ attributes:
9
+ layout_id:
10
+ index_can_not_extend_parent: "La pàgina d'índex no pot tenir la seva pàgina pare com un disseny"
11
+ locomotive/membership:
12
+ attributes:
13
+ account:
14
+ unique_account: "ja s'esta fent servir"
15
+ email:
16
+ unique_account: "ja s'esta fent servir"
17
+ attributes:
18
+ locomotive/content_entry:
19
+ created_at: Creat el
20
+ errors:
21
+ messages:
22
+ domain_taken: "%{value} ja esta agafat"
23
+ invalid_domain: "%{value} no es vàlid"
24
+ needs_admin_account: "Es requereix com a mínim un compte d'administrador."
25
+ protected_page: "No pots esborrar indexes o pàgines 404."
26
+ extname_changed: "El arxiu nou no te la extensió original."
27
+ array_too_short: "es massa petit (el nombre mínim es %{count})"
28
+ site:
29
+ default_locale_removed: La configuració regional per defecte anterior no es pot retirar de forma immediata.
30
+ wrong_timezone_name: "Nom de zona horària incorrecte"
31
+ page:
32
+ liquid_syntax: "Error de sintaxi Liquid ('%{error}' a '%{fullpath}')"
33
+ liquid_extend: "La pagina '%{fullpath}' estén d'una plantilla que no existeix"
34
+ liquid_translation: "La pagina '%{fullpath}' estén d'una plantilla que no ha sigut traduïda"
35
+ too_few_custom_fields: "Com a mínim un camp personalitzat"
36
+ security: "presenta un problema de seguretat"
37
+ attributes:
38
+ defaults:
39
+ pages:
40
+ index:
41
+ title: "Pàgina inicial"
42
+ body: "Contingut de la pàgina inicial"
43
+ '404':
44
+ title: "Pàgina no trobada"
45
+ body: "Contingut de la pàgina 404"
46
+ other:
47
+ body: "{% extends 'parent' %}"
@@ -0,0 +1,47 @@
1
+ da:
2
+ mongoid:
3
+ errors:
4
+ messages:
5
+ blank_in_locale: "kan ikke være blank"
6
+ models:
7
+ locomotive/page:
8
+ attributes:
9
+ layout_id:
10
+ index_can_not_extend_parent: "Indekssiden kan ikke have sin forælderside som layout"
11
+ locomotive/membership:
12
+ attributes:
13
+ account:
14
+ unique_account: "er allerede brugt"
15
+ email:
16
+ unique_account: "er allerede brugt"
17
+ attributes:
18
+ locomotive/content_entry:
19
+ created_at: Oprettet den
20
+ errors:
21
+ messages:
22
+ domain_taken: "%{value} er allerede taget"
23
+ invalid_domain: "%{value} er ugyldig"
24
+ needs_admin_account: "Minimum en administrator konto er krævet"
25
+ protected_page: "Du kan ikke slette indeks og 404 siderne"
26
+ extname_changed: "Den nye fil har ikke det originale filtypenavn"
27
+ array_too_short: "er for lille (minimum element nummer er %{count})"
28
+ site:
29
+ default_locale_removed: Det forrige standard sprog kan ikke fjernes med det samme.
30
+ wrong_timezone_name: "Ugyldigt tidzonenavn"
31
+ page:
32
+ liquid_syntax: "Liquid syntaks fejl ('%{error}' på '%{fullpath}')"
33
+ liquid_extend: "Siden '%{fullpath}' udvider en skabelon som ikke findes"
34
+ liquid_translation: "Siden '%{fullpath}' udvider en skabelon som ikke er oversat"
35
+ too_few_custom_fields: "Minimum et brugerdefineret felt er krævet"
36
+ security: "udgør et sikkerhedsproblem"
37
+ attributes:
38
+ defaults:
39
+ pages:
40
+ index:
41
+ title: "Hjemmeside"
42
+ body: "Indhold på hjemmesiden"
43
+ '404':
44
+ title: "Siden blev ikke fundet"
45
+ body: "Indhold for 404 siden"
46
+ other:
47
+ body: "{% extends 'parent' %}"
@@ -4,12 +4,16 @@ de:
4
4
  messages:
5
5
  blank_in_locale: "darf nicht leer sein"
6
6
  models:
7
+ locomotive/page:
8
+ attributes:
9
+ layout_id:
10
+ index_can_not_extend_parent: "Die Indexseite kann keine Elternseite als Layout verwenden"
7
11
  locomotive/membership:
8
12
  attributes:
9
13
  account:
10
- unique_account: "wurde bereits verwendet"
14
+ unique_account: "wird bereits verwendet"
11
15
  email:
12
- unique_account: "wurde bereits verwendet"
16
+ unique_account: "wird bereits verwendet"
13
17
  attributes:
14
18
  locomotive/content_entry:
15
19
  created_at: Erstellt am
@@ -17,13 +21,18 @@ de:
17
21
  messages:
18
22
  domain_taken: "%{value} ist bereits vergeben"
19
23
  invalid_domain: "%{value} ist ungültig"
20
- needs_admin_account: "Zumindest ein Administrator Konto wird benötigt"
21
- protected_page: "Index und 404 Seite können nicht entfernt werden"
24
+ needs_admin_account: "Es wird mindestens ein Administratorkonto benötigt"
25
+ protected_page: "Index und 404 Seiten können nicht entfernt werden"
26
+ extname_changed: "Neue Datei hat nicht die ursprüngliche Dateiendung"
27
+ array_too_short: "ist zu klein (minimale Elementanzahl beträgt %{count})"
22
28
  site:
29
+ default_locale_removed: Die vorherige Standardsprache kann nicht sofort entfernt werden.
23
30
  wrong_timezone_name: "Falsche Zeitzonenbezeichnung"
24
31
  page:
25
- liquid_syntax: "Liquid Syntax error ('%{error}' in '%{fullpath}')"
26
- too_few_custom_fields: "Zumindest ein custom Feld wird benötigt"
32
+ liquid_syntax: "Liquid Syntaxfehler ('%{error}' in '%{fullpath}')"
33
+ liquid_extend: "Die Seite '%{fullpath}' benutzt eine nicht vorhandene Vorlage"
34
+ liquid_translation: "Die Seite '%{fullpath}' benutzt eine nicht übersetzte Vorlage"
35
+ too_few_custom_fields: "Es wird mindestens ein benutzerdefiniertes Feld benötigt."
27
36
  security: "stellt ein Sicherheitsproblem dar"
28
37
  attributes:
29
38
  defaults:
@@ -0,0 +1,41 @@
1
+ fa_IR:
2
+ mongoid:
3
+ errors:
4
+ messages:
5
+ blank_in_locale: "نمی تواند خالی باشد"
6
+ models:
7
+ locomotive/page:
8
+ attributes:
9
+ layout_id:
10
+ index_can_not_extend_parent: "صفحه نخست نمی تواند از فرزند قالب باشد"
11
+ locomotive/membership:
12
+ attributes:
13
+ account:
14
+ unique_account: "قبلا استفاده شده است"
15
+ email:
16
+ unique_account: "قبلا استفاده شده است"
17
+ attributes:
18
+ locomotive/content_entry:
19
+ created_at: 'ایجاد شده در '
20
+ errors:
21
+ messages:
22
+ domain_taken: "%{value} قبلا گرفته شده است"
23
+ invalid_domain: "%{value} نامعتبر است"
24
+ needs_admin_account: "حداقل یک حساب ادمین مورد نیاز است"
25
+ protected_page: "شما نمیتوانید صفحه نخست یا صفحه ۴۰۴ را حذف کنید"
26
+ extname_changed: "فایل بعدی دارای پسوند فایل اصلی نیست"
27
+ array_too_short: "کوچکتر از حد مجاز است (حداقل شماره المان %{count} است)"
28
+ site:
29
+ default_locale_removed: زبان پیش فرض قبلی نمی تواند حذف شود
30
+ wrong_timezone_name: "منتطقه زمانی اشتباه است"
31
+ too_few_custom_fields: "حداقل یک فیلد سفارشی مورد نیاز است"
32
+ security: "مشکل امنیتی وجود دارد"
33
+ attributes:
34
+ defaults:
35
+ pages:
36
+ index:
37
+ title: "صفحه نخست"
38
+ body: "محتوای صفحه نخست"
39
+ '404':
40
+ title: "صفحه یافت نشد"
41
+ body: "محتوای صفحه ۴۰۴"
@@ -0,0 +1,47 @@
1
+ ja-JP:
2
+ mongoid:
3
+ errors:
4
+ messages:
5
+ blank_in_locale: "は空白のままにできません"
6
+ models:
7
+ locomotive/page:
8
+ attributes:
9
+ layout_id:
10
+ index_can_not_extend_parent: "indexページは親ページをレイアウトとして指定できません"
11
+ locomotive/membership:
12
+ attributes:
13
+ account:
14
+ unique_account: "は既に使用されています"
15
+ email:
16
+ unique_account: "は既に使用されています"
17
+ attributes:
18
+ locomotive/content_entry:
19
+ created_at: 作成
20
+ errors:
21
+ messages:
22
+ domain_taken: "%{value}は既に使用されています"
23
+ invalid_domain: "%{value}は無効です"
24
+ needs_admin_account: "少なくとも1つの管理者アカウントが必要です"
25
+ protected_page: "indexおよび404ページは削除できません"
26
+ extname_changed: "オリジナル拡張子は使用できません"
27
+ array_too_short: "が少なすぎます(最小項目数は%{count})"
28
+ site:
29
+ default_locale_removed: 現時点で直前に使用していたデフォルトロケールは削除できません
30
+ wrong_timezone_name: "誤ったタイムゾーン名"
31
+ page:
32
+ liquid_syntax: "構文エラー ('%{error}' on '%{fullpath}')"
33
+ liquid_extend: "ページは存在しないテンプレートを拡張しています"
34
+ liquid_translation: "ページは翻訳されていないテンプレートを拡張しています"
35
+ too_few_custom_fields: "少なくともカスタムフィールドが1つ必要です"
36
+ security: "はセキュリティに問題があります"
37
+ attributes:
38
+ defaults:
39
+ pages:
40
+ index:
41
+ title: "ホームページ"
42
+ body: "ホームページのコンテンツ"
43
+ '404':
44
+ title: "ページなし"
45
+ body: "404ページのコンテンツ"
46
+ other:
47
+ body: "{% extends 'parent' %}"
@@ -0,0 +1,47 @@
1
+ pl-PL:
2
+ mongoid:
3
+ errors:
4
+ messages:
5
+ blank_in_locale: "nie może być pusty"
6
+ models:
7
+ locomotive/page:
8
+ attributes:
9
+ layout_id:
10
+ index_can_not_extend_parent: "Strona index nie może posiadać rodzica jako layoutu"
11
+ locomotive/membership:
12
+ attributes:
13
+ account:
14
+ unique_account: "jest już używane"
15
+ email:
16
+ unique_account: "jest już używane"
17
+ attributes:
18
+ locomotive/content_entry:
19
+ created_at: Data utworzenia
20
+ errors:
21
+ messages:
22
+ domain_taken: "%{value} jest już zajęta"
23
+ invalid_domain: "%{value} jest nieprawidłowa"
24
+ needs_admin_account: "Wymagane jest przynajmniej jedno konto o uprawnieniach administracyjnych."
25
+ protected_page: "Nie możesz usunać indexu ani stron 404"
26
+ extname_changed: "Nowy plik nie posiada oryginalnego rozszerzenia"
27
+ array_too_short: "jest zbyt małe (minimalna liczba elementów to %{count})"
28
+ site:
29
+ default_locale_removed: Poprzednie ustawienia regionalne nie mogą być od razu wycofane.
30
+ wrong_timezone_name: "Nieprawidłowa nazwa strefy czasowej"
31
+ page:
32
+ liquid_syntax: "Błąd składniowy silnika Liquid ('%{error}' w '%{fullpath}')"
33
+ liquid_extend: "Strona '%{fullpath}' rozszerza szablon, który nie istnieje"
34
+ liquid_translation: "Strona '%{fullpath}' rozszerza szablon, który nie jest przetłumaczony"
35
+ too_few_custom_fields: "Wymagane jest przynajmniej jedno własne pole"
36
+ security: "stanowi problem bezpieczeństwa"
37
+ attributes:
38
+ defaults:
39
+ pages:
40
+ index:
41
+ title: "Strona główna"
42
+ body: "Tresć strony głównej"
43
+ '404':
44
+ title: "Strona nie znaleziona"
45
+ body: "Treść strony nie znalezionej"
46
+ other:
47
+ body: "{% extends 'parent' %}"
@@ -0,0 +1,47 @@
1
+ sv-FI:
2
+ mongoid:
3
+ errors:
4
+ messages:
5
+ blank_in_locale: "kan inte vara tom"
6
+ models:
7
+ locomotive/page:
8
+ attributes:
9
+ layout_id:
10
+ index_can_not_extend_parent: "Index-sidan kan inte ha sin föräldrasida som mall"
11
+ locomotive/membership:
12
+ attributes:
13
+ account:
14
+ unique_account: "används redan"
15
+ email:
16
+ unique_account: "används redan"
17
+ attributes:
18
+ locomotive/content_entry:
19
+ created_at: Skapad den
20
+ errors:
21
+ messages:
22
+ domain_taken: "%{value} används redan"
23
+ invalid_domain: "%{value} inte godkänt"
24
+ needs_admin_account: "Minst ett ett admin-konto krävs"
25
+ protected_page: "Du kan inte ta bort index-sidan eller felsidan"
26
+ extname_changed: "Nya filen har inte original-filändelsen"
27
+ array_too_short: "är för liten (minsta möjliga är %{count})"
28
+ site:
29
+ default_locale_removed: Föregående sträng kan inte tas bort direkt.
30
+ wrong_timezone_name: "Fel namn på tidszon"
31
+ page:
32
+ liquid_syntax: "Liquid Syntax error ('%{error}' on '%{fullpath}')"
33
+ liquid_extend: "Sidan '%{fullpath}' baseras på en mall som inte finns"
34
+ liquid_translation: "Sidan '%{fullpath}' baseras på en mall som inte är översatt"
35
+ too_few_custom_fields: "Minst ett fält krävs"
36
+ security: "visar ett säkerhetsproblem"
37
+ attributes:
38
+ defaults:
39
+ pages:
40
+ index:
41
+ title: "Startsida"
42
+ body: "Innehåll för startsidan"
43
+ '404':
44
+ title: "Sidan kunde inte hittas"
45
+ body: "Innehåll för felsida"
46
+ other:
47
+ body: "{% extends 'parent' %}"
@@ -13,6 +13,7 @@ nl:
13
13
  es: Spaans
14
14
  ru: Russisch
15
15
  et: Ests
16
+ lt: Litouws
16
17
  ja: Japans
17
18
  zh-CN: Chinees
18
19
  cs: Tsjechisch
@@ -35,6 +36,7 @@ nl:
35
36
  sidebar:
36
37
  dashboard: Dashboard
37
38
  assets: Assets
39
+ pages: Pagina's
38
40
  settings: Algemene instellingen
39
41
  metafields: Parameters
40
42
  developers: 'Ontwikkelaars '
@@ -97,6 +99,8 @@ nl:
97
99
  destroyed: '%{name} bestand verwijderd.'
98
100
  membership:
99
101
  created: '%{name} toegevoegd aan de site'
102
+ site_metafields:
103
+ updated: 'Label %{label} bijgewerkt'
100
104
  pagination:
101
105
  first: "«"
102
106
  last: "»"
@@ -0,0 +1,332 @@
1
+ pl-PL:
2
+ locomotive:
3
+ locales:
4
+ en: Angielski
5
+ de: Niemiecki
6
+ fr: Francuski
7
+ pl: Polski
8
+ pt: Portugalski
9
+ pt-BR: "Portugalski brazylijski"
10
+ it: Włoski
11
+ nl: Holenderski
12
+ nb: Norweski
13
+ es: Hiszpański
14
+ ru: Rosyjski
15
+ et: Estoński
16
+ lt: Litewski
17
+ ja: Japoński
18
+ zh-CN: Chiński
19
+ cs: Czeski
20
+ bg: Bułgarski
21
+ sk: Słowacki
22
+ sr: Serbski
23
+ sv: Szwedzki
24
+ el: Grecki
25
+ messages:
26
+ confirm: Na pewno?
27
+ unsaved_content_warning: "Strona pyta czy na pewno chcesz ją opuścić - wprowadzone dane mogą zostać utracone."
28
+ shared:
29
+ header:
30
+ welcome: Witaj, %{name}
31
+ sites: Moje witryny
32
+ account: Ustawienia konta
33
+ see: Zobacz witryny
34
+ help: Pomoc
35
+ logout: Wyloguj
36
+ sidebar:
37
+ dashboard: Dashboard
38
+ assets: Zasoby
39
+ pages: Strony
40
+ settings: Ustawienia ogólne
41
+ metafields: Właściwości
42
+ developers: Developerzy
43
+ content_types:
44
+ title: Modele
45
+ translations: Tłumaczenia
46
+ list:
47
+ untranslated: nieprzetłumaczone
48
+ created_at: "Utworzone %{distance} temu"
49
+ created_by: "Utworzone %{distance} temu przez %{who}"
50
+ updated_at: "Last modified %{distance} ago"
51
+ updated_by: "Last modified %{distance} ago by %{who}"
52
+ rte:
53
+ toolbar:
54
+ table:
55
+ merge: Scal
56
+ insert_row_before: Wstaw wiersz przed
57
+ insert_row_after: Wstaw wiersz po
58
+ insert_col_before: Wstaw kolumnę przed
59
+ insert_col_after: Wstaw kolumnępo
60
+ delete_row: Usuń wiersz
61
+ delete_col: Usuń kolumnę
62
+ errors:
63
+ '500':
64
+ title: Błąd ogólny
65
+ message: "Przepraszamy, ale coś poszło nie tak. Prosimy o kontakt z administratorem."
66
+ '404':
67
+ title: Strona nie znaleziona
68
+ message: "Żądana strona nie została znaleziona."
69
+ no_site:
70
+ title: Strona nie znaleziona
71
+ next: "Dalej →"
72
+ message:
73
+ create_account: "Proszę najpierw stworzyć konto a dopiero później utworzyć stronę."
74
+ add_domain: "Dodaj domenę <strong>%{host}</strong> do listy domen jednej ze swoich witryn."
75
+ sign_in: "Proszę się najpierw zalogować. Następnie, można dodać domenę <strong>%{host}</strong> do listy domen jednej z witryn."
76
+ notifications:
77
+ new_content_entry:
78
+ subject: "[%{domain}][%{type}] nowy wpis"
79
+ title: "Witaj %{name}, chcieliśmy tylko napomknąć, że nowa instancja witryny <b>%{domain}</b> została utworzona dnia %{date}"
80
+ type: "Model: %{type}"
81
+ activity:
82
+ site:
83
+ created: 'utworzył(a) witrynę'
84
+ page:
85
+ created: 'utworzył(a) %{page} stronę'
86
+ updated: 'zaktualizował(a) %{page} stronę'
87
+ destroyed: 'usunął(ęłą) %{page} stronę'
88
+ sorted: 'zmienił(a) koleność stron'
89
+ editable_element:
90
+ updated_bulk: 'zmienił(a) treść strony %{pages}'
91
+ content_entry:
92
+ created: 'dodał(a) %{entry} do %{content_type}'
93
+ created_public: 'dodał(a) %{entry} do %{content_type} używając publicznie dostępnego formularza'
94
+ updated: 'zaktualizował(a) %{entry} z %{content_type}'
95
+ destroyed: 'usunął(ęłą) %{entry} z %{content_type}'
96
+ sorted: 'zmienił(a) kolejność %{content_type}'
97
+ content_asset:
98
+ created_bulk: 'wgrał(a) %{count} zasobów'
99
+ destroyed: 'usunął(ęłą) zasób %{name}'
100
+ membership:
101
+ created: 'dodał(a) %{name} do witryny'
102
+ site_metafields:
103
+ updated: 'zaktualizował(a) %{label}'
104
+ pagination:
105
+ first: "&laquo;"
106
+ last: "&raquo;"
107
+ previous: "&lsaquo;"
108
+ next: "&rsaquo;"
109
+ truncate: "&hellip;"
110
+ custom_fields:
111
+ select_options:
112
+ edit:
113
+ title: "%{type} &mdash; opcje edycji"
114
+ back: "Wróc do wpisu"
115
+ option:
116
+ edit: Edytuj
117
+ apply: Zastosuj
118
+ cancel: Anuluj
119
+ types:
120
+ belongs_to:
121
+ edit: Edytuj
122
+ placeholder: "Wybierz %{name}"
123
+ searching: Szukam…
124
+ no_matches: Nic nie znaleziono
125
+ too_short: Proszę wpisać przynajmniej 1 znak
126
+ many_to_many:
127
+ placeholder: "Wybierz jeden z %{name}"
128
+ searching: Szukam…
129
+ no_matches: Nic nie znaleziono
130
+ too_short: Proszę wpisać przynajmniej 1 znak
131
+ select:
132
+ edit: Opcje edycji
133
+ file:
134
+ delete_file: Usuń plik
135
+ has_many:
136
+ new_label: Dodaj nowy
137
+ form:
138
+ required: Wymagane
139
+ default_label: Nazwa pola
140
+ select_options:
141
+ ask_name: "Wpisz etykietę opcji"
142
+ dashboard:
143
+ show:
144
+ title: 'Dashboard'
145
+ url:
146
+ title: "URL twojej witryny:"
147
+ visit: 'Zobacz'
148
+ change_domain: 'Użyj własnej domeny'
149
+ activity:
150
+ title: Aktywność
151
+ unknown_account: Ktoś
152
+ load_more: Wczytaj więcej
153
+ loading_activity_feed: Wczytuję…
154
+ sessions:
155
+ new:
156
+ email: "E-mail"
157
+ link: "Nie pamiętam hasła"
158
+ password: "Hasło"
159
+ sign_up: Nie masz konta?
160
+ submit: Zaloguj
161
+ title: Logowanie
162
+ registrations:
163
+ new:
164
+ confirm_password: Potwierdź hasło
165
+ description: "Utwórz konto aby móc korzystać z Locomotive"
166
+ sign_in: Masz już konto?
167
+ submit: Zarejestruj
168
+ title: Rejestracja
169
+ passwords:
170
+ new:
171
+ description: "Wpisz swój e-mail poniżej a otrzymasz wiadomość e-mail z instrukcją jak ustawić nowe hasło."
172
+ link: "Wróc do strony logowania"
173
+ email: "Twój e-mail"
174
+ submit: "Wyślij"
175
+ title: "Nie pamiętasz hasła?"
176
+ edit:
177
+ description: "Wpisz swoje nowe hasło poniżej."
178
+ link: "Wróc do strony logowania"
179
+ password: "Twoje nowe hasło"
180
+ password_confirmation: "Potwierdź nowe hasło"
181
+ submit: "Zapisz nowe hasło"
182
+ title: "Ustaw nowe hasło"
183
+ pages:
184
+ index:
185
+ title: 'Strony'
186
+ new: 'Nowa strona'
187
+ list_content_entries: "Wszystkie %{name}"
188
+ new_content_entry: "Nowe %{name}"
189
+ new:
190
+ title: Nowa strona
191
+ help: "Uzupełnij poniższy formularz aby utworzyć nową stronę. Domyślnie strona nie będzie opublikowana."
192
+ edit:
193
+ title: "%{title} &mdash; <small>%{fullpath}</small>"
194
+ form:
195
+ no_layout: Użyj layoutu strony rodzica
196
+ redirect_type:
197
+ permanent: "Stałe (301)"
198
+ temporary: "Czasowe (302)"
199
+ editable_elements:
200
+ index:
201
+ redirection_error: "Edycja strony spoza Locomotive nie jest dozwolona."
202
+ iframe:
203
+ buttons:
204
+ edit: edytuj
205
+ index_without_preview:
206
+ title: "%{title} &mdash; <small>%{fullpath}</small>"
207
+ edit:
208
+ settings_link: 'Ustawienia'
209
+ no_editable_elements: 'Brak elementów do edycji'
210
+ parsing_error: "<b>Przepraszamy ale nie udało nam się wczytać szablonu Twojej strony.</b><br/>Upewnij się, że szablon działa w Wagon."
211
+ blocks:
212
+ all: Wszystkie
213
+ unknown: Nieznany
214
+ form:
215
+ model:
216
+ buttons:
217
+ list: Zarządzaj
218
+ edit: Edytuj
219
+ sites:
220
+ index:
221
+ description: "Poniżej znajdziesz wszystkie witryny do których masz dostęp. Kliknij wybraną z nich aby przejść do zarządzania jej treścią."
222
+ new: Dodaj nową witrynę
223
+ title: Moje witryny
224
+ new:
225
+ description: "Wypełnij poniższy formularz. Utworzysz w ten sposób nową witrynę."
226
+ go_back: Wróć
227
+ submit: Utwórz witrynę
228
+ title: Utwórz nową witrynę
229
+ site:
230
+ no_domain: Brak domeny
231
+ current_site:
232
+ edit:
233
+ title: Ustawienia witryny
234
+ form:
235
+ main:
236
+ new_membership: "Dodaj konto"
237
+ advanced:
238
+ destroy: "Usuń witrynę"
239
+ confirm_destroy: "Prosimy o potwierdzenie poprzez wpisanie nazwy witryny w poniższym polu."
240
+ current_site_metafields:
241
+ index:
242
+ title: Edycja właściwości
243
+ no_metafields: Nie zdefiniowano pól meta dla twojej witryny.
244
+ memberships:
245
+ roles:
246
+ admin: Administrator
247
+ designer: Grafik
248
+ author: Autor
249
+ new:
250
+ title: Nowe członkostwo
251
+ help: "Proszę podać e-mail nowego członka. Jeśli konto nie zostało dodane wcześniej nastąpi przekierowanie do formularza dodawania konta."
252
+ back: "Powrót do ustawień witryny"
253
+ edit:
254
+ title: "Edytuj członkostwo dla <b>%{name}</b>"
255
+ back: "Powrót do ustawień witryny"
256
+ accounts:
257
+ new:
258
+ title: Nowe konto
259
+ help: "Wypełnij poniższy formularz aby dodać konto."
260
+ my_account:
261
+ edit:
262
+ title: Edycja mojego konta
263
+ form:
264
+ api:
265
+ api_key: "Używane przez Wagon do deploymentu witryn (sprawdź plik config/deploy.yml swojej witryny)."
266
+ translations:
267
+ untranslated: "Nieprzetłumaczone locale: %{list}"
268
+ index:
269
+ title: Tłumaczenia
270
+ no_items: "Nie znaleziono żadnych tłumaczeń"
271
+ search_placeholder: "Wpisz klucz lub tłumaczenie"
272
+ help: "Przetłumacz wszystkie wpisy z pomarańczową (częściowo przetłumaczone) lub czerwoną (nie przetłumaczone) kropką."
273
+ filter_by:
274
+ all: Wszystkie
275
+ done: Przetłumaczone
276
+ partially: Częściowo przetłumaczone
277
+ none: Nie przetłumaczone
278
+ edit:
279
+ title: "Tłumaczenia &mdash; edycja %{key}"
280
+ form:
281
+ not_translated: "Nie przetłumaczone"
282
+ content_assets:
283
+ index:
284
+ title: "Zasoby"
285
+ upload: Wgraj plik
286
+ edit_in_drawer:
287
+ buttons:
288
+ resize: "Zmień wielkość"
289
+ crop: "Kadruj"
290
+ apply: "Zastosuj"
291
+ dropzone:
292
+ instructions: "<strong>Przeciągnij pliki ze swojego komputera tu.</strong><br/>Możesz także"
293
+ browse: "przeglądać dysk"
294
+ list:
295
+ no_items: "Brak plików"
296
+ buttons:
297
+ select: "Wybierz"
298
+ edit: "Edytuj"
299
+ nav:
300
+ types:
301
+ all: Wszystkie
302
+ pdf: PDFy
303
+ image: obrazy
304
+ media: media
305
+ others: inne
306
+ search_form:
307
+ placeholder: Szukaj po nazwie pliku
308
+ public_submission_accounts:
309
+ edit:
310
+ title: "%{name} &mdash; Ustawienia powiadomień"
311
+ content_entries:
312
+ index:
313
+ title: '%{type}'
314
+ download: pobierz pozycje
315
+ new: nowa pozycja
316
+ edit_notification_settings: Edytuj ustawienia powiadomień
317
+ search_placeholder: "Wpisz frazę"
318
+ group_by:
319
+ all: Wszystkie
320
+ list:
321
+ no_items: "Brak pozycji. Kliknij aby <a href=\\\"%{url}\\\">utworzyć pierwszą</a>."
322
+ new:
323
+ title: '%{type} &mdash; nowa pozycja'
324
+ edit:
325
+ title: '%{type} &mdash; edycja pozycji'
326
+ shared:
327
+ back: '&larr; Powrót do listy'
328
+ developers_documentation:
329
+ show:
330
+ title: Deweloperzy
331
+ wagon: Wagon
332
+ api: API