govuk_publishing_components 66.8.0 → 66.9.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.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/govuk_publishing_components/components/_metadata.scss +43 -5
- data/app/assets/stylesheets/govuk_publishing_components/components/_phase-banner.scss +0 -13
- data/app/views/govuk_publishing_components/components/_metadata.html.erb +34 -3
- data/app/views/govuk_publishing_components/components/_phase_banner.html.erb +0 -2
- data/app/views/govuk_publishing_components/components/docs/metadata.yml +30 -7
- data/app/views/govuk_publishing_components/components/docs/phase_banner.yml +0 -12
- data/config/locales/ar.yml +3 -0
- data/config/locales/az.yml +3 -0
- data/config/locales/be.yml +3 -0
- data/config/locales/bg.yml +3 -0
- data/config/locales/bn.yml +3 -0
- data/config/locales/cs.yml +3 -0
- data/config/locales/cy.yml +3 -0
- data/config/locales/da.yml +3 -0
- data/config/locales/de.yml +3 -0
- data/config/locales/dr.yml +3 -0
- data/config/locales/el.yml +3 -0
- data/config/locales/en.yml +3 -0
- data/config/locales/es-419.yml +3 -0
- data/config/locales/es.yml +3 -0
- data/config/locales/et.yml +3 -0
- data/config/locales/fa.yml +3 -0
- data/config/locales/fi.yml +3 -0
- data/config/locales/fr.yml +3 -0
- data/config/locales/gd.yml +3 -0
- data/config/locales/gu.yml +3 -0
- data/config/locales/he.yml +3 -0
- data/config/locales/hi.yml +3 -0
- data/config/locales/hr.yml +3 -0
- data/config/locales/hu.yml +3 -0
- data/config/locales/hy.yml +3 -0
- data/config/locales/id.yml +3 -0
- data/config/locales/is.yml +3 -0
- data/config/locales/it.yml +3 -0
- data/config/locales/ja.yml +3 -0
- data/config/locales/ka.yml +3 -0
- data/config/locales/kk.yml +3 -0
- data/config/locales/ko.yml +6 -3
- data/config/locales/ku.yml +3 -0
- data/config/locales/ky.yml +3 -0
- data/config/locales/lt.yml +3 -0
- data/config/locales/lv.yml +3 -0
- data/config/locales/ms.yml +3 -0
- data/config/locales/mt.yml +3 -0
- data/config/locales/ne.yml +5 -2
- data/config/locales/nl.yml +3 -0
- data/config/locales/no.yml +3 -0
- data/config/locales/pa-pk.yml +3 -0
- data/config/locales/pa.yml +3 -0
- data/config/locales/pl.yml +3 -0
- data/config/locales/ps.yml +3 -0
- data/config/locales/pt.yml +3 -0
- data/config/locales/ro.yml +3 -0
- data/config/locales/ru.yml +3 -0
- data/config/locales/si.yml +3 -0
- data/config/locales/sk.yml +3 -0
- data/config/locales/sl.yml +3 -0
- data/config/locales/so.yml +3 -0
- data/config/locales/sq.yml +3 -0
- data/config/locales/sr.yml +3 -0
- data/config/locales/sv.yml +3 -0
- data/config/locales/sw.yml +3 -0
- data/config/locales/ta.yml +3 -0
- data/config/locales/th.yml +3 -0
- data/config/locales/ti.yml +3 -0
- data/config/locales/tk.yml +3 -0
- data/config/locales/tr.yml +3 -0
- data/config/locales/uk.yml +3 -0
- data/config/locales/ur.yml +3 -0
- data/config/locales/uz.yml +3 -0
- data/config/locales/vi.yml +3 -0
- data/config/locales/zh-hk.yml +3 -0
- data/config/locales/zh-tw.yml +3 -0
- data/config/locales/zh.yml +3 -0
- data/lib/govuk_publishing_components/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 247936d6bf21c20afd54140ea0ef39d9089613ed03634b4c374d3287856d4bf5
|
|
4
|
+
data.tar.gz: ed26a01e0a315560721e6b45807698664522e213feb11e0cd225a46f10877321
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 864718bc9a3a883e6479687c6a46bf297f8c2c992d38320891d13f582067ec1e248c331ee1e5c792b11a397a0a833380440bf6ca3eb6c95a36138e22af2437a8
|
|
7
|
+
data.tar.gz: 03c39b7de43370b615701938ea29dd9801dc73b6d80a733892bfb9d843d8e0572d1dd914eb85053aac37adc25b6a7c3fe1205b6286fbe7368f2c548368421675
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
@include govuk-text-colour;
|
|
3
3
|
@include govuk-font(16);
|
|
4
4
|
@include responsive-bottom-margin;
|
|
5
|
-
@include govuk-clearfix;
|
|
6
5
|
|
|
7
6
|
a {
|
|
8
7
|
font-weight: bold;
|
|
@@ -31,6 +30,11 @@
|
|
|
31
30
|
|
|
32
31
|
.gem-c-metadata__list {
|
|
33
32
|
margin: 0;
|
|
33
|
+
|
|
34
|
+
@include govuk-media-query($from: tablet) {
|
|
35
|
+
display: grid;
|
|
36
|
+
grid-template-columns: auto 1fr;
|
|
37
|
+
}
|
|
34
38
|
}
|
|
35
39
|
|
|
36
40
|
.gem-c-metadata--inverse-padded {
|
|
@@ -58,10 +62,8 @@
|
|
|
58
62
|
margin-top: .5em;
|
|
59
63
|
|
|
60
64
|
@include govuk-media-query($from: tablet) {
|
|
61
|
-
box-sizing: border-box;
|
|
62
|
-
float: inline-start;
|
|
63
65
|
padding-inline-start: 0;
|
|
64
|
-
padding-inline-end: govuk-spacing(
|
|
66
|
+
padding-inline-end: govuk-spacing(2);
|
|
65
67
|
margin-top: 0;
|
|
66
68
|
}
|
|
67
69
|
}
|
|
@@ -71,7 +73,7 @@
|
|
|
71
73
|
|
|
72
74
|
@include govuk-media-query($from: tablet) {
|
|
73
75
|
&:not(:last-of-type) {
|
|
74
|
-
margin-bottom: govuk-spacing(
|
|
76
|
+
margin-bottom: govuk-spacing(2);
|
|
75
77
|
}
|
|
76
78
|
}
|
|
77
79
|
}
|
|
@@ -88,6 +90,42 @@
|
|
|
88
90
|
display: none;
|
|
89
91
|
}
|
|
90
92
|
|
|
93
|
+
.gem-c-metadata--history {
|
|
94
|
+
padding-top: govuk-spacing(2);
|
|
95
|
+
border-top: 1px solid $govuk-border-colour;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.govuk-frontend-supported .gem-c-metadata .js-hidden {
|
|
99
|
+
display: none;
|
|
100
|
+
visibility: hidden;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.gem-c-metadata__toggle {
|
|
104
|
+
display: none;
|
|
105
|
+
|
|
106
|
+
.govuk-frontend-supported & {
|
|
107
|
+
display: inline-block;
|
|
108
|
+
font-weight: normal;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.gem-c-metadata__change-history {
|
|
113
|
+
margin: govuk-spacing(4) 0 0 0;
|
|
114
|
+
padding: 0;
|
|
115
|
+
list-style: none;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.gem-c-metadata__change-date {
|
|
119
|
+
display: block;
|
|
120
|
+
margin: govuk-spacing(3) 0;
|
|
121
|
+
@include govuk-font(16, $weight: bold);
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.gem-c-metadata__change-note {
|
|
125
|
+
margin: 0;
|
|
126
|
+
white-space: pre-line;
|
|
127
|
+
}
|
|
128
|
+
|
|
91
129
|
// stylelint-disable declaration-no-important
|
|
92
130
|
@include govuk-media-query($media-type: print) {
|
|
93
131
|
.gem-c-metadata {
|
|
@@ -1,19 +1,11 @@
|
|
|
1
1
|
@import "govuk/components/phase-banner/phase-banner";
|
|
2
2
|
|
|
3
|
-
.gem-c-phase-banner {
|
|
4
|
-
.govuk-phase-banner__content__app-name {
|
|
5
|
-
display: inline-block;
|
|
6
|
-
margin-right: govuk-spacing(2);
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
|
|
10
3
|
.gem-c-phase-banner--inverse {
|
|
11
4
|
.govuk-phase-banner__content__tag {
|
|
12
5
|
background: govuk-colour("white");
|
|
13
6
|
color: $govuk-brand-colour;
|
|
14
7
|
}
|
|
15
8
|
|
|
16
|
-
.govuk-phase-banner__content__app-name,
|
|
17
9
|
.govuk-phase-banner__text,
|
|
18
10
|
.govuk-link {
|
|
19
11
|
color: govuk-colour("white");
|
|
@@ -37,10 +29,5 @@
|
|
|
37
29
|
border: 1pt solid $govuk-print-text-colour;
|
|
38
30
|
}
|
|
39
31
|
}
|
|
40
|
-
|
|
41
|
-
.govuk-phase-banner__content__app-name {
|
|
42
|
-
margin-bottom: 1mm;
|
|
43
|
-
font-size: 12pt;
|
|
44
|
-
}
|
|
45
32
|
}
|
|
46
33
|
// stylelint-enable declaration-no-important
|
|
@@ -7,6 +7,9 @@
|
|
|
7
7
|
part_of ||= []
|
|
8
8
|
part_of = Array(part_of)
|
|
9
9
|
|
|
10
|
+
page_history ||= []
|
|
11
|
+
page_history = Array(page_history)
|
|
12
|
+
|
|
10
13
|
other ||= nil
|
|
11
14
|
inverse ||= false
|
|
12
15
|
inverse_compress ||= false
|
|
@@ -15,6 +18,9 @@
|
|
|
15
18
|
component_helper.add_class("gem-c-metadata")
|
|
16
19
|
component_helper.add_class("direction-#{direction}") if local_assigns.include?(:direction)
|
|
17
20
|
|
|
21
|
+
component_helper.add_class("gem-c-metadata--history") if page_history.any?
|
|
22
|
+
component_helper.set_id("full-publication-update-history") if page_history.any?
|
|
23
|
+
|
|
18
24
|
if inverse
|
|
19
25
|
component_helper.add_class("gem-c-metadata--inverse")
|
|
20
26
|
component_helper.add_class("gem-c-metadata--inverse-padded") unless inverse_compress
|
|
@@ -37,6 +43,8 @@
|
|
|
37
43
|
inverse:,
|
|
38
44
|
margin_bottom: 2,
|
|
39
45
|
} %>
|
|
46
|
+
<% elsif page_history.any? %>
|
|
47
|
+
<h2 class="govuk-visually-hidden"><%= t("components.metadata.hidden_heading") %></h2>
|
|
40
48
|
<% end %>
|
|
41
49
|
<dl class="gem-c-metadata__list">
|
|
42
50
|
<% if from.any? %>
|
|
@@ -56,12 +64,12 @@
|
|
|
56
64
|
<dd class="gem-c-metadata__definition"><%= history %></dd>
|
|
57
65
|
<% end %>
|
|
58
66
|
<% if local_assigns.include?(:first_published) && first_published %>
|
|
59
|
-
<dt class="gem-c-metadata__term"><%= t("components.metadata.published")
|
|
67
|
+
<dt class="gem-c-metadata__term"><%= t("components.metadata.published") %>:</dt>
|
|
60
68
|
<dd class="gem-c-metadata__definition"><%= first_published %></dd>
|
|
61
69
|
<% end %>
|
|
62
70
|
<% if local_assigns.include?(:last_updated) && last_updated %>
|
|
63
|
-
<dt class="gem-c-metadata__term"><%= t("components.metadata.last_updated")
|
|
64
|
-
<dd class="gem-c-metadata__definition">
|
|
71
|
+
<dt class="gem-c-metadata__term"><%= t("components.metadata.last_updated") %>:</dt>
|
|
72
|
+
<dd class="gem-c-metadata__definition" data-module="gem-toggle">
|
|
65
73
|
<%= last_updated %>
|
|
66
74
|
<% if local_assigns.include?(:see_updates_link) %>
|
|
67
75
|
— <a href="#full-publication-update-history"
|
|
@@ -69,6 +77,29 @@
|
|
|
69
77
|
<%= t("components.metadata.see_all_updates") %>
|
|
70
78
|
</a>
|
|
71
79
|
<% end %>
|
|
80
|
+
<% if page_history.any? %>
|
|
81
|
+
<span aria-hidden="true">— </span>
|
|
82
|
+
<% page_history_toggle_id = "page-history-#{SecureRandom.hex(4)}" %>
|
|
83
|
+
<a
|
|
84
|
+
href="#full-history"
|
|
85
|
+
class="gem-c-metadata__toggle govuk-link"
|
|
86
|
+
data-controls="<%= page_history_toggle_id %>"
|
|
87
|
+
data-expanded="false"
|
|
88
|
+
data-toggled-text='<%= t("components.metadata.hide_all_updates", locale: :en) %>'
|
|
89
|
+
data-module="ga4-event-tracker"
|
|
90
|
+
data-ga4-event='<%= { event_name: "select_content", type: "content history", section: "Footer" }.to_json %>'
|
|
91
|
+
data-ga4-expandable>
|
|
92
|
+
<%= t("components.metadata.show_all_updates", locale: :en) %>
|
|
93
|
+
</a>
|
|
94
|
+
<ol class="gem-c-metadata__change-history js-hidden" id="<%= page_history_toggle_id %>">
|
|
95
|
+
<% page_history.each do |change| %>
|
|
96
|
+
<li>
|
|
97
|
+
<time class="gem-c-metadata__change-date timestamp" datetime="<%= change[:timestamp] %>"><%= change[:display_time] %></time>
|
|
98
|
+
<p class="gem-c-metadata__change-note"><%= change[:note].strip %></p>
|
|
99
|
+
</li>
|
|
100
|
+
<% end %>
|
|
101
|
+
</ol>
|
|
102
|
+
<% end %>
|
|
72
103
|
</dd>
|
|
73
104
|
<% end %>
|
|
74
105
|
<% if other.present? %>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
<%
|
|
2
|
-
app_name ||= nil
|
|
3
2
|
phase ||= nil
|
|
4
3
|
message ||= nil
|
|
5
4
|
inverse ||= false
|
|
@@ -33,7 +32,6 @@ end
|
|
|
33
32
|
|
|
34
33
|
<%= tag.div(**component_helper.all_attributes) do %>
|
|
35
34
|
<%= tag.p class: "govuk-phase-banner__content" do %>
|
|
36
|
-
<%= tag.strong app_name, class: "govuk-phase-banner__content__app-name" if app_name %>
|
|
37
35
|
<%= tag.strong phase.titleize, class: "govuk-tag govuk-phase-banner__content__tag" if phase %>
|
|
38
36
|
<%= tag.span message, class: "govuk-phase-banner__text" if message %>
|
|
39
37
|
<% end %>
|
|
@@ -348,6 +348,36 @@ examples:
|
|
|
348
348
|
first_published: 14 June 2014
|
|
349
349
|
other:
|
|
350
350
|
Applies to: England, Scotland, and Wales (see detailed guidance for <a href="http://www.dardni.gov.uk/news-dard-pa022-a-13-new-procedure-for" rel="external">Northern Ireland</a>)
|
|
351
|
+
display_page_history:
|
|
352
|
+
description: |
|
|
353
|
+
This will set up an expandable section on the page, with a top border, to let users toggle the display of the page history. It also includes a hidden H2 heading of 'Updates to this page'. This heading will not be included if one is passed to the component using the `title` option.
|
|
354
|
+
|
|
355
|
+
This example includes an expandable 'part of' section to show both toggling elements working together in one component instance.
|
|
356
|
+
data:
|
|
357
|
+
part_of:
|
|
358
|
+
- <a href="/government/world/afghanistan">Afghanistan</a>
|
|
359
|
+
- <a href="/government/world/albania">Albania</a>
|
|
360
|
+
- <a href="/government/world/algeria">Algeria</a>
|
|
361
|
+
- <a href="/government/world/angola">Angola</a>
|
|
362
|
+
- <a href="/government/world/anguilla">Anguilla</a>
|
|
363
|
+
- <a href="/government/world/argentina">Argentina</a>
|
|
364
|
+
- <a href="/government/world/armenia">Armenia</a>
|
|
365
|
+
- <a href="/government/world/australia">Australia</a>
|
|
366
|
+
- <a href="/government/world/austria">Austria</a>
|
|
367
|
+
- <a href="/government/world/azerbaijan">Azerbaijan</a>
|
|
368
|
+
- <a href="/government/world/bahrain">Bahrain</a>
|
|
369
|
+
first_published: 1st January 1990
|
|
370
|
+
last_updated: 20th October 2016
|
|
371
|
+
page_history:
|
|
372
|
+
- display_time: 1st January 1990
|
|
373
|
+
note: First published
|
|
374
|
+
timestamp: 1990-01-01T15:42:37.000+00:00
|
|
375
|
+
- display_time: 20th July 1995
|
|
376
|
+
note: Updated to include information for 1994
|
|
377
|
+
timestamp: 1995-07-20T15:42:37.000+00:00
|
|
378
|
+
- display_time: 14th October 2000
|
|
379
|
+
note: Updated information on pupil premium reviews and what information schools need to publish on their websites.
|
|
380
|
+
timestamp: 2000-10-14T15:42:37.000+00:00
|
|
351
381
|
with_title:
|
|
352
382
|
data:
|
|
353
383
|
last_updated: 10 September 2015
|
|
@@ -420,13 +450,6 @@ examples:
|
|
|
420
450
|
Applies to: England, Scotland, and Wales (see detailed guidance for <a href="http://www.dardni.gov.uk/news-dard-pa022-a-13-new-procedure-for" rel="external">Northern Ireland</a>)
|
|
421
451
|
context:
|
|
422
452
|
dark_background: true
|
|
423
|
-
with_custom_margin_bottom:
|
|
424
|
-
description: |
|
|
425
|
-
The component accepts a number for margin bottom from `0` to `9` (`0px` to `60px`) using the [GOV.UK Frontend spacing scale](https://design-system.service.gov.uk/styles/spacing/#the-responsive-spacing-scale). It defaults to the `margin-bottom` values defined in the [responsive-bottom-margin mixin](https://github.com/alphagov/govuk_publishing_components/blob/main/app/assets/stylesheets/govuk_publishing_components/components/mixins/_margins.scss#L1)
|
|
426
|
-
data:
|
|
427
|
-
first_published: 14 June 2014
|
|
428
|
-
last_updated: 10 September 2015
|
|
429
|
-
margin_bottom: 2
|
|
430
453
|
without_ga4_tracking:
|
|
431
454
|
description: |
|
|
432
455
|
Disables the GA4 link tracker on the 'See all updates' link. Tracking is enabled by default.
|
|
@@ -20,27 +20,15 @@ examples:
|
|
|
20
20
|
phase: beta
|
|
21
21
|
message: This is an optional different message to explain what the state means in this
|
|
22
22
|
context which can take <a class="govuk-link" href='https://www.gov.uk'>HTML</a>
|
|
23
|
-
with_app_name:
|
|
24
|
-
data:
|
|
25
|
-
app_name: Skittles Maker
|
|
26
|
-
phase: beta
|
|
27
23
|
inverse_for_blue_background:
|
|
28
24
|
data:
|
|
29
25
|
phase: beta
|
|
30
26
|
inverse: true
|
|
31
27
|
context:
|
|
32
28
|
dark_background: true
|
|
33
|
-
inverse_for_blue_background_with_app_name:
|
|
34
|
-
data:
|
|
35
|
-
app_name: Skittles Maker
|
|
36
|
-
phase: beta
|
|
37
|
-
inverse: true
|
|
38
|
-
context:
|
|
39
|
-
dark_background: true
|
|
40
29
|
without_ga4_tracking:
|
|
41
30
|
description: |
|
|
42
31
|
Disables GA4 tracking on the banner. Tracking is enabled by default. This includes link tracking on the component itself, and allows pageviews to record the presence of the banner on page load.
|
|
43
32
|
data:
|
|
44
|
-
app_name: Skittles Maker
|
|
45
33
|
phase: beta
|
|
46
34
|
disable_ga4: true
|
data/config/locales/ar.yml
CHANGED
|
@@ -159,6 +159,9 @@ ar:
|
|
|
159
159
|
part_of: جزء من
|
|
160
160
|
published: تاريخ النشر
|
|
161
161
|
see_all_updates: اطلع على كل التحديثات
|
|
162
|
+
hidden_heading:
|
|
163
|
+
hide_all_updates: إخفاء كافة التحديثات
|
|
164
|
+
show_all_updates: إظهار كل التحديثات
|
|
162
165
|
modal_dialogue:
|
|
163
166
|
close_modal: إغلاق مربع الحوار المشروط
|
|
164
167
|
notice:
|
data/config/locales/az.yml
CHANGED
|
@@ -156,6 +156,9 @@ az:
|
|
|
156
156
|
part_of: Hissə
|
|
157
157
|
published: Dərc edilib
|
|
158
158
|
see_all_updates: Bütün yeniləmələrə baxın
|
|
159
|
+
hidden_heading:
|
|
160
|
+
hide_all_updates: bütün yenilmələri gizlət
|
|
161
|
+
show_all_updates: bütün yeniləmələri göstər
|
|
159
162
|
modal_dialogue:
|
|
160
163
|
close_modal: Modal dialoqu bağla
|
|
161
164
|
notice:
|
data/config/locales/be.yml
CHANGED
|
@@ -162,6 +162,9 @@ be:
|
|
|
162
162
|
part_of: Частка
|
|
163
163
|
published: Апублікаваны
|
|
164
164
|
see_all_updates: Паглядзець усе абнаўленні
|
|
165
|
+
hidden_heading:
|
|
166
|
+
hide_all_updates: схаваць усе абнаўленні
|
|
167
|
+
show_all_updates: паказаць усе абнаўленні
|
|
165
168
|
modal_dialogue:
|
|
166
169
|
close_modal: Зачыніць мадальны дыялог
|
|
167
170
|
notice:
|
data/config/locales/bg.yml
CHANGED
|
@@ -160,6 +160,9 @@ bg:
|
|
|
160
160
|
part_of: Част от
|
|
161
161
|
published: Публикуван
|
|
162
162
|
see_all_updates: Вижте всички актуализации
|
|
163
|
+
hidden_heading:
|
|
164
|
+
hide_all_updates: скриване на всички актуализации
|
|
165
|
+
show_all_updates: показване на всички актуализации
|
|
163
166
|
modal_dialogue:
|
|
164
167
|
close_modal: Затваряне на модалния диалог
|
|
165
168
|
notice:
|
data/config/locales/bn.yml
CHANGED
|
@@ -157,6 +157,9 @@ bn:
|
|
|
157
157
|
part_of: এর অংশ
|
|
158
158
|
published: প্রকাশিত হয়েছে
|
|
159
159
|
see_all_updates: সকল আপডেট দেখুন
|
|
160
|
+
hidden_heading:
|
|
161
|
+
hide_all_updates: সকল আপডেট লুকান
|
|
162
|
+
show_all_updates: সকল আপডেট দেখান
|
|
160
163
|
modal_dialogue:
|
|
161
164
|
close_modal: ক্লোজ মোডাল ডায়ালগ
|
|
162
165
|
notice:
|
data/config/locales/cs.yml
CHANGED
|
@@ -161,6 +161,9 @@ cs:
|
|
|
161
161
|
part_of: Část
|
|
162
162
|
published: Zveřejněno
|
|
163
163
|
see_all_updates: Vidět všechny aktualizace
|
|
164
|
+
hidden_heading:
|
|
165
|
+
hide_all_updates: skrýt všechny aktualizace
|
|
166
|
+
show_all_updates: zobrazit všechny aktualizace
|
|
164
167
|
modal_dialogue:
|
|
165
168
|
close_modal: Zavření modálního dialogu
|
|
166
169
|
notice:
|
data/config/locales/cy.yml
CHANGED
|
@@ -160,6 +160,9 @@ cy:
|
|
|
160
160
|
part_of: Rhan o
|
|
161
161
|
published: Cyhoeddwyd
|
|
162
162
|
see_all_updates: Gweld pob diweddariad
|
|
163
|
+
hidden_heading:
|
|
164
|
+
hide_all_updates: cuddio pob diweddariad
|
|
165
|
+
show_all_updates: dangos pob diweddariad
|
|
163
166
|
modal_dialogue:
|
|
164
167
|
close_modal: Cau'r ddeialog foddol
|
|
165
168
|
notice:
|
data/config/locales/da.yml
CHANGED
|
@@ -157,6 +157,9 @@ da:
|
|
|
157
157
|
part_of: del af
|
|
158
158
|
published: offentliggjort
|
|
159
159
|
see_all_updates: se alle opdateringer
|
|
160
|
+
hidden_heading:
|
|
161
|
+
hide_all_updates: skjule alle opdateringer
|
|
162
|
+
show_all_updates: vis alle opdateringer
|
|
160
163
|
modal_dialogue:
|
|
161
164
|
close_modal: Luk den modale dialog
|
|
162
165
|
notice:
|
data/config/locales/de.yml
CHANGED
|
@@ -160,6 +160,9 @@ de:
|
|
|
160
160
|
part_of: Teil von
|
|
161
161
|
published: Veröffentlicht
|
|
162
162
|
see_all_updates: Alle Aktualisierungen ansehen
|
|
163
|
+
hidden_heading:
|
|
164
|
+
hide_all_updates: alle Aktualisierungen ausblenden
|
|
165
|
+
show_all_updates: alle Aktualisierungen anzeigen
|
|
163
166
|
modal_dialogue:
|
|
164
167
|
close_modal: Dialog schließen
|
|
165
168
|
notice:
|
data/config/locales/dr.yml
CHANGED
|
@@ -158,6 +158,9 @@ dr:
|
|
|
158
158
|
part_of: بخشی از
|
|
159
159
|
published: منتشر شده است
|
|
160
160
|
see_all_updates: تمام آپدیت ها را مشاهده نمایید
|
|
161
|
+
hidden_heading:
|
|
162
|
+
hide_all_updates: مخفی کردن تمام آپدیت ها
|
|
163
|
+
show_all_updates: تمام آپدیت ها را نمایش دهید
|
|
161
164
|
modal_dialogue:
|
|
162
165
|
close_modal: دیالوگ کیفی را بسته نمایید
|
|
163
166
|
notice:
|
data/config/locales/el.yml
CHANGED
|
@@ -156,6 +156,9 @@ el:
|
|
|
156
156
|
part_of: Μέρος του
|
|
157
157
|
published: Δημοσιεύθηκε
|
|
158
158
|
see_all_updates: Δείτε όλες τις ενημερώσεις
|
|
159
|
+
hidden_heading:
|
|
160
|
+
hide_all_updates: απόκρυψη όλων των ενημερώσεων
|
|
161
|
+
show_all_updates: εμφάνιση όλων των ενημερώσεων
|
|
159
162
|
modal_dialogue:
|
|
160
163
|
close_modal: Κλείσιμο παράθυρου διαλόγου
|
|
161
164
|
notice:
|
data/config/locales/en.yml
CHANGED
|
@@ -263,6 +263,9 @@ en:
|
|
|
263
263
|
part_of: Part of
|
|
264
264
|
published: Published
|
|
265
265
|
see_all_updates: See all updates
|
|
266
|
+
hidden_heading: Updates to this page
|
|
267
|
+
hide_all_updates: Hide all updates
|
|
268
|
+
show_all_updates: Show all updates
|
|
266
269
|
modal_dialogue:
|
|
267
270
|
close_modal: Close modal dialogue
|
|
268
271
|
notice:
|
data/config/locales/es-419.yml
CHANGED
|
@@ -156,6 +156,9 @@ es-419:
|
|
|
156
156
|
part_of: Parte de
|
|
157
157
|
published: Publicado
|
|
158
158
|
see_all_updates: Ver todas las novedades
|
|
159
|
+
hidden_heading:
|
|
160
|
+
hide_all_updates: ocultar todas las novedades
|
|
161
|
+
show_all_updates: mostrar todas las actualizaciones
|
|
159
162
|
modal_dialogue:
|
|
160
163
|
close_modal: Cerrar diálogo modal
|
|
161
164
|
notice:
|
data/config/locales/es.yml
CHANGED
|
@@ -156,6 +156,9 @@ es:
|
|
|
156
156
|
part_of: Parte de
|
|
157
157
|
published: Publicado
|
|
158
158
|
see_all_updates: Ver todas las actualizaciones
|
|
159
|
+
hidden_heading:
|
|
160
|
+
hide_all_updates: ocultar todas las actualizaciones
|
|
161
|
+
show_all_updates: mostrar todas las actualizaciones
|
|
159
162
|
modal_dialogue:
|
|
160
163
|
close_modal: Cierre el cuadro de diálogo modal
|
|
161
164
|
notice:
|
data/config/locales/et.yml
CHANGED
|
@@ -159,6 +159,9 @@ et:
|
|
|
159
159
|
part_of: Osa
|
|
160
160
|
published: Avaldatud
|
|
161
161
|
see_all_updates: Vt kõiki värskendusi
|
|
162
|
+
hidden_heading:
|
|
163
|
+
hide_all_updates: peida kõik värskendused
|
|
164
|
+
show_all_updates: kuva kõik värskendused
|
|
162
165
|
modal_dialogue:
|
|
163
166
|
close_modal: Sule modaalne dialoog
|
|
164
167
|
notice:
|
data/config/locales/fa.yml
CHANGED
|
@@ -155,6 +155,9 @@ fa:
|
|
|
155
155
|
part_of: بخشی از
|
|
156
156
|
published: منتشر شده
|
|
157
157
|
see_all_updates: مشاهده تمام بروزرسانیها
|
|
158
|
+
hidden_heading:
|
|
159
|
+
hide_all_updates: مخفی کردن تمام بروزرسانیها
|
|
160
|
+
show_all_updates: نمایش تمام بروزرسانیها
|
|
158
161
|
modal_dialogue:
|
|
159
162
|
close_modal: بستن گفتگوی مودال
|
|
160
163
|
notice:
|
data/config/locales/fi.yml
CHANGED
|
@@ -158,6 +158,9 @@ fi:
|
|
|
158
158
|
part_of: Osa
|
|
159
159
|
published: Julkaistu
|
|
160
160
|
see_all_updates: Katso kaikki palvelut
|
|
161
|
+
hidden_heading:
|
|
162
|
+
hide_all_updates: piilota kaikki päivitykset
|
|
163
|
+
show_all_updates: näytä kaikki päivitykset
|
|
161
164
|
modal_dialogue:
|
|
162
165
|
close_modal: Sulje modaalinen vuoropuhelu
|
|
163
166
|
notice:
|
data/config/locales/fr.yml
CHANGED
|
@@ -156,6 +156,9 @@ fr:
|
|
|
156
156
|
part_of: Fait partie de
|
|
157
157
|
published: Publié
|
|
158
158
|
see_all_updates: Afficher toutes les mises à jour
|
|
159
|
+
hidden_heading:
|
|
160
|
+
hide_all_updates: masquer toutes les mises à jour
|
|
161
|
+
show_all_updates: afficher toutes les mises à jour
|
|
159
162
|
modal_dialogue:
|
|
160
163
|
close_modal: Fermer le dialogue modal
|
|
161
164
|
notice:
|
data/config/locales/gd.yml
CHANGED
|
@@ -158,6 +158,9 @@ gd:
|
|
|
158
158
|
part_of: Chuid
|
|
159
159
|
published: Arna chur suas
|
|
160
160
|
see_all_updates: Féach gach nuashonrú
|
|
161
|
+
hidden_heading:
|
|
162
|
+
hide_all_updates: gach nuashonrú a cheilt
|
|
163
|
+
show_all_updates: Taispeáin gach nuashonrú
|
|
161
164
|
modal_dialogue:
|
|
162
165
|
close_modal: Dún an dialóg módúil
|
|
163
166
|
notice:
|
data/config/locales/gu.yml
CHANGED
|
@@ -156,6 +156,9 @@ gu:
|
|
|
156
156
|
part_of: નો ભાગ
|
|
157
157
|
published: પ્રકાશિત
|
|
158
158
|
see_all_updates: તમામ અપડેટ્સ જુઓ
|
|
159
|
+
hidden_heading:
|
|
160
|
+
hide_all_updates: બધા અપડેટ્સને હાઈડ કરો
|
|
161
|
+
show_all_updates: બધા અપડેટ્સ બતાવો
|
|
159
162
|
modal_dialogue:
|
|
160
163
|
close_modal: મોડલ ડાયલોગ બંધ કરો
|
|
161
164
|
notice:
|
data/config/locales/he.yml
CHANGED
data/config/locales/hi.yml
CHANGED
|
@@ -156,6 +156,9 @@ hi:
|
|
|
156
156
|
part_of: का भाग
|
|
157
157
|
published: प्रकाशित
|
|
158
158
|
see_all_updates: सभी अपडेट देखें
|
|
159
|
+
hidden_heading:
|
|
160
|
+
hide_all_updates: सारे अपडेट छिपाएं
|
|
161
|
+
show_all_updates: सभी अपडेट दिखाएं
|
|
159
162
|
modal_dialogue:
|
|
160
163
|
close_modal: मॉडल संवाद बंद करें
|
|
161
164
|
notice:
|
data/config/locales/hr.yml
CHANGED
|
@@ -157,6 +157,9 @@ hr:
|
|
|
157
157
|
part_of: Dio
|
|
158
158
|
published: Objavljeno
|
|
159
159
|
see_all_updates: Pogledajte sva ažuriranja
|
|
160
|
+
hidden_heading:
|
|
161
|
+
hide_all_updates: sakriti sva ažuriranja
|
|
162
|
+
show_all_updates: prikaži sva ažuriranja
|
|
160
163
|
modal_dialogue:
|
|
161
164
|
close_modal: Zatvorite modalni dijalog
|
|
162
165
|
notice:
|
data/config/locales/hu.yml
CHANGED
|
@@ -159,6 +159,9 @@ hu:
|
|
|
159
159
|
part_of: 'Része a következőnek:'
|
|
160
160
|
published: Közzététel időpontja
|
|
161
161
|
see_all_updates: Minden frissítés megtekintése
|
|
162
|
+
hidden_heading:
|
|
163
|
+
hide_all_updates: minden frissítés elrejtése
|
|
164
|
+
show_all_updates: minden frissítés megjelenítése
|
|
162
165
|
modal_dialogue:
|
|
163
166
|
close_modal: Modális párbeszédpanel bezárása
|
|
164
167
|
notice:
|
data/config/locales/hy.yml
CHANGED
|
@@ -160,6 +160,9 @@ hy:
|
|
|
160
160
|
part_of: Մաս է՝
|
|
161
161
|
published: Հրապարակված
|
|
162
162
|
see_all_updates: Դիտել բոլոր թարմացումները
|
|
163
|
+
hidden_heading:
|
|
164
|
+
hide_all_updates: թաքցնել բոլոր թարմացումները
|
|
165
|
+
show_all_updates: ցույց տալ բոլոր թարմացումները
|
|
163
166
|
modal_dialogue:
|
|
164
167
|
close_modal: Փակել մոդալ պատուհանը
|
|
165
168
|
notice:
|
data/config/locales/id.yml
CHANGED
|
@@ -156,6 +156,9 @@ id:
|
|
|
156
156
|
part_of: Bagian dari
|
|
157
157
|
published: Diterbitkan
|
|
158
158
|
see_all_updates: Lihat semua pembaruan
|
|
159
|
+
hidden_heading:
|
|
160
|
+
hide_all_updates: sembunyikan semua pembaruan
|
|
161
|
+
show_all_updates: Tampilkan semua pembaruan
|
|
159
162
|
modal_dialogue:
|
|
160
163
|
close_modal: Tutup dialog
|
|
161
164
|
notice:
|
data/config/locales/is.yml
CHANGED
|
@@ -156,6 +156,9 @@ is:
|
|
|
156
156
|
part_of: Hluti af
|
|
157
157
|
published: Birt
|
|
158
158
|
see_all_updates: Sjá allar uppfærslur
|
|
159
|
+
hidden_heading:
|
|
160
|
+
hide_all_updates: fela allar uppfærslur
|
|
161
|
+
show_all_updates: sýna allar uppfærslur
|
|
159
162
|
modal_dialogue:
|
|
160
163
|
close_modal: Loka glugga
|
|
161
164
|
notice:
|
data/config/locales/it.yml
CHANGED
|
@@ -156,6 +156,9 @@ it:
|
|
|
156
156
|
part_of: Parte di
|
|
157
157
|
published: Pubblicato
|
|
158
158
|
see_all_updates: Vedi tutti gli aggiornamenti
|
|
159
|
+
hidden_heading:
|
|
160
|
+
hide_all_updates: nascondi tutti gli aggiornamenti
|
|
161
|
+
show_all_updates: mostra tutti gli aggiornamenti
|
|
159
162
|
modal_dialogue:
|
|
160
163
|
close_modal: Chiudi dialogo modale
|
|
161
164
|
notice:
|
data/config/locales/ja.yml
CHANGED
data/config/locales/ka.yml
CHANGED
|
@@ -159,6 +159,9 @@ ka:
|
|
|
159
159
|
part_of: ნაწილი
|
|
160
160
|
published: პუბლიკაცია
|
|
161
161
|
see_all_updates: ყველა განახლების ნახვა
|
|
162
|
+
hidden_heading:
|
|
163
|
+
hide_all_updates: ყველა ცვლილების დაფარვა
|
|
164
|
+
show_all_updates: ყველა ცვლილების ჩვენება
|
|
162
165
|
modal_dialogue:
|
|
163
166
|
close_modal: მოდალური დიალოგის გამორთვა
|
|
164
167
|
notice:
|
data/config/locales/kk.yml
CHANGED
|
@@ -156,6 +156,9 @@ kk:
|
|
|
156
156
|
part_of: Бөлігі
|
|
157
157
|
published: Жарияланды
|
|
158
158
|
see_all_updates: Барлық жаңартуларды қарау
|
|
159
|
+
hidden_heading:
|
|
160
|
+
hide_all_updates: барлық жаңартуларды жасыру
|
|
161
|
+
show_all_updates: барлық жаңартуларды көрсету
|
|
159
162
|
modal_dialogue:
|
|
160
163
|
close_modal: Жабық модальды диалог
|
|
161
164
|
notice:
|
data/config/locales/ko.yml
CHANGED
|
@@ -147,10 +147,13 @@ ko:
|
|
|
147
147
|
and:
|
|
148
148
|
from:
|
|
149
149
|
history:
|
|
150
|
-
last_updated:
|
|
150
|
+
last_updated: 최근 업데이트일
|
|
151
151
|
part_of:
|
|
152
|
-
published:
|
|
153
|
-
see_all_updates:
|
|
152
|
+
published: 발행일
|
|
153
|
+
see_all_updates: 모든 업데이트 보기
|
|
154
|
+
hidden_heading:
|
|
155
|
+
hide_all_updates: 모든 업데이트 숨기기
|
|
156
|
+
show_all_updates: 모든 업데이트 보기
|
|
154
157
|
modal_dialogue:
|
|
155
158
|
close_modal:
|
|
156
159
|
notice:
|
data/config/locales/ku.yml
CHANGED
data/config/locales/ky.yml
CHANGED
data/config/locales/lt.yml
CHANGED
|
@@ -161,6 +161,9 @@ lt:
|
|
|
161
161
|
part_of: Dalis
|
|
162
162
|
published: Publikuota
|
|
163
163
|
see_all_updates: Matyti visą naujausią informaciją
|
|
164
|
+
hidden_heading:
|
|
165
|
+
hide_all_updates: slėpti visą naują informacij
|
|
166
|
+
show_all_updates: rodyti visą naują informaciją
|
|
164
167
|
modal_dialogue:
|
|
165
168
|
close_modal: Uždaryti modalinį dialogo langą
|
|
166
169
|
notice:
|
data/config/locales/lv.yml
CHANGED
|
@@ -160,6 +160,9 @@ lv:
|
|
|
160
160
|
part_of: Daļa no
|
|
161
161
|
published: Publicēts
|
|
162
162
|
see_all_updates: Skatīt visus atjauninājumus
|
|
163
|
+
hidden_heading:
|
|
164
|
+
hide_all_updates: paslēpt visus atjauninājumus
|
|
165
|
+
show_all_updates: rādīt visus atjauninājumus
|
|
163
166
|
modal_dialogue:
|
|
164
167
|
close_modal: Aizvērt modālo dialogu
|
|
165
168
|
notice:
|
data/config/locales/ms.yml
CHANGED
|
@@ -155,6 +155,9 @@ ms:
|
|
|
155
155
|
part_of: Sebahagian daripada
|
|
156
156
|
published: Diterbitkan
|
|
157
157
|
see_all_updates: Lihat semua kemas kini
|
|
158
|
+
hidden_heading:
|
|
159
|
+
hide_all_updates: sorok semua kemas kini
|
|
160
|
+
show_all_updates: tunjuk semua kemas kini
|
|
158
161
|
modal_dialogue:
|
|
159
162
|
close_modal: Tutup dialog mod
|
|
160
163
|
notice:
|
data/config/locales/mt.yml
CHANGED
|
@@ -158,6 +158,9 @@ mt:
|
|
|
158
158
|
part_of: Parti minn
|
|
159
159
|
published: Ippubblikat
|
|
160
160
|
see_all_updates: Ara l-aġġornamenti kollha
|
|
161
|
+
hidden_heading:
|
|
162
|
+
hide_all_updates: aħbi l-aġġornamenti kollha
|
|
163
|
+
show_all_updates: uri l-aġġornamenti kollha
|
|
161
164
|
modal_dialogue:
|
|
162
165
|
close_modal: Agħlaq id-djalogu modali
|
|
163
166
|
notice:
|
data/config/locales/ne.yml
CHANGED
|
@@ -148,10 +148,13 @@ ne:
|
|
|
148
148
|
and:
|
|
149
149
|
from:
|
|
150
150
|
history:
|
|
151
|
-
last_updated:
|
|
151
|
+
last_updated: पछिल्लो अद्यावधिक
|
|
152
152
|
part_of:
|
|
153
|
-
published:
|
|
153
|
+
published: प्रकाशित
|
|
154
154
|
see_all_updates:
|
|
155
|
+
hidden_heading:
|
|
156
|
+
hide_all_updates: सबै अद्यावधिक लुकाउनुहोस्
|
|
157
|
+
show_all_updates: सबै अद्यावधिक देखाउनुहोस्
|
|
155
158
|
modal_dialogue:
|
|
156
159
|
close_modal:
|
|
157
160
|
notice:
|
data/config/locales/nl.yml
CHANGED
|
@@ -156,6 +156,9 @@ nl:
|
|
|
156
156
|
part_of: Deel van
|
|
157
157
|
published: Gepubliceerd
|
|
158
158
|
see_all_updates: Bekijk alle updates
|
|
159
|
+
hidden_heading:
|
|
160
|
+
hide_all_updates: verberg alle updates
|
|
161
|
+
show_all_updates: toon alle updates
|
|
159
162
|
modal_dialogue:
|
|
160
163
|
close_modal: Modale dialoog sluiten
|
|
161
164
|
notice:
|
data/config/locales/no.yml
CHANGED
|
@@ -156,6 +156,9 @@
|
|
|
156
156
|
part_of: Del av
|
|
157
157
|
published: Publisert
|
|
158
158
|
see_all_updates: Se alle oppdateringer
|
|
159
|
+
hidden_heading:
|
|
160
|
+
hide_all_updates: skjul alle oppdateringer
|
|
161
|
+
show_all_updates: vis alle oppdateringer
|
|
159
162
|
modal_dialogue:
|
|
160
163
|
close_modal: Lukk modal dialog
|
|
161
164
|
notice:
|
data/config/locales/pa-pk.yml
CHANGED
|
@@ -152,6 +152,9 @@ pa-pk:
|
|
|
152
152
|
part_of: ایندا حصہ
|
|
153
153
|
published: شائع کیتا گیا
|
|
154
154
|
see_all_updates: ساریاں نویاں چیزاں دیکھو
|
|
155
|
+
hidden_heading:
|
|
156
|
+
hide_all_updates: سارے تازہ ترین حالات نوں لُکا لوؤ
|
|
157
|
+
show_all_updates: ساری تازہ ترین صورتِ حال وکھاؤ
|
|
155
158
|
modal_dialogue:
|
|
156
159
|
close_modal: موڈیل ڈائیلاگ نوں بند کرو
|
|
157
160
|
notice:
|
data/config/locales/pa.yml
CHANGED
|
@@ -156,6 +156,9 @@ pa:
|
|
|
156
156
|
part_of: ਦਾ ਹਿੱਸਾ
|
|
157
157
|
published: ਪ੍ਰਕਾਸ਼ਿਤ
|
|
158
158
|
see_all_updates: ਸਾਰੇ ਅਪਡੇਟਸ ਵੇਖੋ
|
|
159
|
+
hidden_heading:
|
|
160
|
+
hide_all_updates: ਸਾਰੇ ਅਪਡੇਟਾਂ ਨੂੰ ਲੁਕਾਓ
|
|
161
|
+
show_all_updates: ਸਾਰੇ ਅਪਡੇਟ ਦਿਖਾਉ
|
|
159
162
|
modal_dialogue:
|
|
160
163
|
close_modal: ਮਾਡਲ ਸੰਵਾਦ ਬੰਦ ਕਰੋ
|
|
161
164
|
notice:
|
data/config/locales/pl.yml
CHANGED
|
@@ -160,6 +160,9 @@ pl:
|
|
|
160
160
|
part_of: Część
|
|
161
161
|
published: Opublikowano
|
|
162
162
|
see_all_updates: Zobacz wszystkie aktualizacje
|
|
163
|
+
hidden_heading:
|
|
164
|
+
hide_all_updates: ukryj wszystkie aktualizacje
|
|
165
|
+
show_all_updates: pokaż wszystkie aktualizacje
|
|
163
166
|
modal_dialogue:
|
|
164
167
|
close_modal: Zamknij okno modalne
|
|
165
168
|
notice:
|
data/config/locales/ps.yml
CHANGED
|
@@ -153,6 +153,9 @@ ps:
|
|
|
153
153
|
part_of: برخه
|
|
154
154
|
published: خپور شوی
|
|
155
155
|
see_all_updates: ټول تازه معلومات وګورئ
|
|
156
|
+
hidden_heading:
|
|
157
|
+
hide_all_updates: ټول تازه معلومات پټ کړئ
|
|
158
|
+
show_all_updates: ټول تازه معلومات وښایاست
|
|
156
159
|
modal_dialogue:
|
|
157
160
|
close_modal: موډل ډیالوګ بند کړئ
|
|
158
161
|
notice:
|
data/config/locales/pt.yml
CHANGED
|
@@ -156,6 +156,9 @@ pt:
|
|
|
156
156
|
part_of: Parte de
|
|
157
157
|
published: Publicado em
|
|
158
158
|
see_all_updates: Ver todas as atualizações
|
|
159
|
+
hidden_heading:
|
|
160
|
+
hide_all_updates: ocultar todas as atualizações
|
|
161
|
+
show_all_updates: mostrar todas as atualizações
|
|
159
162
|
modal_dialogue:
|
|
160
163
|
close_modal: Fechar diálogo modal
|
|
161
164
|
notice:
|
data/config/locales/ro.yml
CHANGED
|
@@ -157,6 +157,9 @@ ro:
|
|
|
157
157
|
part_of: Parte din
|
|
158
158
|
published: Publicat
|
|
159
159
|
see_all_updates: Vedeți toate actualizările
|
|
160
|
+
hidden_heading:
|
|
161
|
+
hide_all_updates: ascundeți toate actualizările
|
|
162
|
+
show_all_updates: afișați toate actualizările
|
|
160
163
|
modal_dialogue:
|
|
161
164
|
close_modal: Închideți dialogul modal
|
|
162
165
|
notice:
|
data/config/locales/ru.yml
CHANGED
|
@@ -160,6 +160,9 @@ ru:
|
|
|
160
160
|
part_of: Является частью
|
|
161
161
|
published: Опубликовано
|
|
162
162
|
see_all_updates: Посмотреть все обновления
|
|
163
|
+
hidden_heading:
|
|
164
|
+
hide_all_updates: Скрыть всю последнюю информацию
|
|
165
|
+
show_all_updates: Показать всю поледнюю информацию
|
|
163
166
|
modal_dialogue:
|
|
164
167
|
close_modal: Закрыть модальное диалоговое окно
|
|
165
168
|
notice:
|
data/config/locales/si.yml
CHANGED
|
@@ -156,6 +156,9 @@ si:
|
|
|
156
156
|
part_of: කොටසක්
|
|
157
157
|
published: පළ කළේ
|
|
158
158
|
see_all_updates: සියලුම යාවත්කාලීනයන් බලන්න
|
|
159
|
+
hidden_heading:
|
|
160
|
+
hide_all_updates: සියලු යාවත්කාලීන සඟවන්න
|
|
161
|
+
show_all_updates: සියලු යාවත්කාලීනයන් පෙන්වන්න
|
|
159
162
|
modal_dialogue:
|
|
160
163
|
close_modal: ආදර්ශ සංවාදය වසන්න
|
|
161
164
|
notice:
|
data/config/locales/sk.yml
CHANGED
|
@@ -161,6 +161,9 @@ sk:
|
|
|
161
161
|
part_of: Časť
|
|
162
162
|
published: Zverejnené na
|
|
163
163
|
see_all_updates: Zobraziť všetky aktualizácie
|
|
164
|
+
hidden_heading:
|
|
165
|
+
hide_all_updates: skryť všetky aktualizácie
|
|
166
|
+
show_all_updates: zobraziť všetky aktualizácie
|
|
164
167
|
modal_dialogue:
|
|
165
168
|
close_modal: Zavrieť modálny dialóg
|
|
166
169
|
notice:
|
data/config/locales/sl.yml
CHANGED
|
@@ -163,6 +163,9 @@ sl:
|
|
|
163
163
|
part_of: Del
|
|
164
164
|
published: Objavljeno
|
|
165
165
|
see_all_updates: Poglej vse posodobitve
|
|
166
|
+
hidden_heading:
|
|
167
|
+
hide_all_updates: Skrij vse posodobitve
|
|
168
|
+
show_all_updates: prikaži vse posodobitve
|
|
166
169
|
modal_dialogue:
|
|
167
170
|
close_modal: Zapri modalno okno
|
|
168
171
|
notice:
|
data/config/locales/so.yml
CHANGED
|
@@ -156,6 +156,9 @@ so:
|
|
|
156
156
|
part_of: Ka qeyba
|
|
157
157
|
published: Daabacaada
|
|
158
158
|
see_all_updates: Eeg dhamaan cusboonaysiinaha
|
|
159
|
+
hidden_heading:
|
|
160
|
+
hide_all_updates: qari dhamaan waxa cusub
|
|
161
|
+
show_all_updates: muuji dhamaan cusboonaysiinaha
|
|
159
162
|
modal_dialogue:
|
|
160
163
|
close_modal: Kusoo dhawoow wada hadal dhex dhexaad ah
|
|
161
164
|
notice:
|
data/config/locales/sq.yml
CHANGED
|
@@ -156,6 +156,9 @@ sq:
|
|
|
156
156
|
part_of: Pjesë e
|
|
157
157
|
published: Publikuar
|
|
158
158
|
see_all_updates: Shih të gjitha përditësimet
|
|
159
|
+
hidden_heading:
|
|
160
|
+
hide_all_updates: fshih të gjitha përditësimet
|
|
161
|
+
show_all_updates: shfaq të gjitha përditësimet
|
|
159
162
|
modal_dialogue:
|
|
160
163
|
close_modal: Mbyll dialogun modal
|
|
161
164
|
notice:
|
data/config/locales/sr.yml
CHANGED
|
@@ -157,6 +157,9 @@ sr:
|
|
|
157
157
|
part_of: Deo
|
|
158
158
|
published: Objavljeno
|
|
159
159
|
see_all_updates: Pogledajte sva ažuriranja
|
|
160
|
+
hidden_heading:
|
|
161
|
+
hide_all_updates: sakrij sva ažuriranja
|
|
162
|
+
show_all_updates: prikaži sva ažuriranja
|
|
160
163
|
modal_dialogue:
|
|
161
164
|
close_modal: Zatvori modalni dijalog
|
|
162
165
|
notice:
|
data/config/locales/sv.yml
CHANGED
|
@@ -156,6 +156,9 @@ sv:
|
|
|
156
156
|
part_of: Del av
|
|
157
157
|
published: Publicerad
|
|
158
158
|
see_all_updates: Se alla uppdateringar
|
|
159
|
+
hidden_heading:
|
|
160
|
+
hide_all_updates: dölj alla uppdateringar
|
|
161
|
+
show_all_updates: Visa alla uppdateringar
|
|
159
162
|
modal_dialogue:
|
|
160
163
|
close_modal: Stäng den modala dialogen
|
|
161
164
|
notice:
|
data/config/locales/sw.yml
CHANGED
|
@@ -156,6 +156,9 @@ sw:
|
|
|
156
156
|
part_of: Sehemu ya
|
|
157
157
|
published: Ilichapishwa
|
|
158
158
|
see_all_updates: Angalia taarifa zote
|
|
159
|
+
hidden_heading:
|
|
160
|
+
hide_all_updates: ficha masasisho yote
|
|
161
|
+
show_all_updates: Onyesha taarifa zote
|
|
159
162
|
modal_dialogue:
|
|
160
163
|
close_modal: Funga dirisha ibukizi
|
|
161
164
|
notice:
|
data/config/locales/ta.yml
CHANGED
|
@@ -157,6 +157,9 @@ ta:
|
|
|
157
157
|
part_of: பகுதி
|
|
158
158
|
published: வெளியிடப்பட்டது
|
|
159
159
|
see_all_updates: அனைத்து புதுப்பித்தல்களையும் பார்
|
|
160
|
+
hidden_heading:
|
|
161
|
+
hide_all_updates: அனைத்து புதுப்பித்தல்களையும் மறை
|
|
162
|
+
show_all_updates: அனைத்து புதுப்பித்தல்களையும் காட்டு
|
|
160
163
|
modal_dialogue:
|
|
161
164
|
close_modal: மாதிரி உரையாடலை மூடு
|
|
162
165
|
notice:
|
data/config/locales/th.yml
CHANGED
|
@@ -154,6 +154,9 @@ th:
|
|
|
154
154
|
part_of: ส่วนหนึ่งของ
|
|
155
155
|
published: เผยแพร่แล้ว
|
|
156
156
|
see_all_updates: ดูอัปเดตทั้งหมด
|
|
157
|
+
hidden_heading:
|
|
158
|
+
hide_all_updates: ซ่อนอัปเดตทั้งหมด
|
|
159
|
+
show_all_updates: แสดงอัปเดตทั้งหมด
|
|
157
160
|
modal_dialogue:
|
|
158
161
|
close_modal: ปิดการสนทนาโมดอล
|
|
159
162
|
notice:
|
data/config/locales/ti.yml
CHANGED
data/config/locales/tk.yml
CHANGED
|
@@ -157,6 +157,9 @@ tk:
|
|
|
157
157
|
part_of: Bir bölegi
|
|
158
158
|
published: Çap edilen
|
|
159
159
|
see_all_updates: Ähli täzelenmelere serediň
|
|
160
|
+
hidden_heading:
|
|
161
|
+
hide_all_updates: ähli täzelenmeleri gizle
|
|
162
|
+
show_all_updates: ähli täzelenmeleri görkez
|
|
160
163
|
modal_dialogue:
|
|
161
164
|
close_modal: Modal gepleşikleri tamamlamak
|
|
162
165
|
notice:
|
data/config/locales/tr.yml
CHANGED
|
@@ -157,6 +157,9 @@ tr:
|
|
|
157
157
|
part_of: Şunun kısmı
|
|
158
158
|
published: Yayınlanan
|
|
159
159
|
see_all_updates: Tüm güncellemeleri görün
|
|
160
|
+
hidden_heading:
|
|
161
|
+
hide_all_updates: tüm güncellemeleri gizle
|
|
162
|
+
show_all_updates: tüm güncellemeleri göster
|
|
160
163
|
modal_dialogue:
|
|
161
164
|
close_modal: Model diyaloğu kapat
|
|
162
165
|
notice:
|
data/config/locales/uk.yml
CHANGED
|
@@ -163,6 +163,9 @@ uk:
|
|
|
163
163
|
part_of: Частина
|
|
164
164
|
published: Опубліковано
|
|
165
165
|
see_all_updates: Переглянути всі оновлення
|
|
166
|
+
hidden_heading:
|
|
167
|
+
hide_all_updates: приховати всі оновлення
|
|
168
|
+
show_all_updates: показати всі оновлення
|
|
166
169
|
modal_dialogue:
|
|
167
170
|
close_modal: Закрити модальний діалог
|
|
168
171
|
notice:
|
data/config/locales/ur.yml
CHANGED
|
@@ -153,6 +153,9 @@ ur:
|
|
|
153
153
|
part_of: حصہ از
|
|
154
154
|
published: شائع کردہ
|
|
155
155
|
see_all_updates: تمام اپ ڈیٹس دیکھیں
|
|
156
|
+
hidden_heading:
|
|
157
|
+
hide_all_updates: تمام اپ ڈیٹس کو پوشیدہ کریں
|
|
158
|
+
show_all_updates: تمام اپ ڈیٹس دکھائیں
|
|
156
159
|
modal_dialogue:
|
|
157
160
|
close_modal: محدود موڈل ڈائیلاگ
|
|
158
161
|
notice:
|
data/config/locales/uz.yml
CHANGED
|
@@ -158,6 +158,9 @@ uz:
|
|
|
158
158
|
part_of: Қисм
|
|
159
159
|
published: Нашр қилинган
|
|
160
160
|
see_all_updates: Барча янгиланишларни кўриш
|
|
161
|
+
hidden_heading:
|
|
162
|
+
hide_all_updates: Барча янгиланишларни яшириш
|
|
163
|
+
show_all_updates: янгиланишларни барчасини кўрсатиш
|
|
161
164
|
modal_dialogue:
|
|
162
165
|
close_modal: Модал мулоқотни ёпиш
|
|
163
166
|
notice:
|
data/config/locales/vi.yml
CHANGED
|
@@ -155,6 +155,9 @@ vi:
|
|
|
155
155
|
part_of: Một phần của
|
|
156
156
|
published: Đã xuất bản
|
|
157
157
|
see_all_updates: Xem tất cả nội dung cập nhật
|
|
158
|
+
hidden_heading:
|
|
159
|
+
hide_all_updates: ẩn tất cả các cập nhật
|
|
160
|
+
show_all_updates: hiển thị tất cả nội dung cập nhật
|
|
158
161
|
modal_dialogue:
|
|
159
162
|
close_modal: Đóng đối thoại phương thức
|
|
160
163
|
notice:
|
data/config/locales/zh-hk.yml
CHANGED
data/config/locales/zh-tw.yml
CHANGED
data/config/locales/zh.yml
CHANGED