pageflow-public-i18n 1.30.0 → 1.31.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/CHANGELOG.md +11 -0
- data/config/locales/de.yml +7 -0
- data/config/locales/en.yml +7 -0
- data/lib/pageflow/public_i18n/version.rb +1 -1
- metadata +2 -4
- data/config/new/de.yml +0 -6
- data/config/new/en.yml +0 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e93fd16b44eb7acfaaaba8acd790b7926e5042b5f87151da10e89b1c6def06a3
|
|
4
|
+
data.tar.gz: 0b10d64f778006cbfe8e43a3ebf1cd03c5ec7bb298c2a1daf9ae8903d89ebd51
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 21c142872dfbde66eeeb99343390fd60b89fa210878c544dcdda86b0480ccce37cb0127a0121e287755801e16907cc5ea700e921d9178279e3352007377a1aef
|
|
7
|
+
data.tar.gz: 3c9ea5e1941aa51dfaf0d73ecc20eef574e4685145cfbb942043e12ddec0172d6c11b084916a24f6397fbff304d4b98326d7ae5193d3d64d726672e8457a6eb0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
### Version 1.31.0
|
|
4
|
+
|
|
5
|
+
2026-09-11
|
|
6
|
+
|
|
7
|
+
[Compare changes](https://github.com/codevise/pageflow-public-i18n/compare/v1.30.0...v1.31.0)
|
|
8
|
+
|
|
9
|
+
- New keys: `pageflow_scrolled.public.ai_indicators`
|
|
10
|
+
- New keys: `pageflow_scrolled.public.close`
|
|
11
|
+
- New keys: `pageflow_scrolled.public.exit_excursion`
|
|
12
|
+
- New keys: `pageflow_scrolled.public.flip_card`
|
|
13
|
+
|
|
3
14
|
### Version 1.30.0
|
|
4
15
|
|
|
5
16
|
2026-05-11
|
data/config/locales/de.yml
CHANGED
|
@@ -180,8 +180,13 @@ de:
|
|
|
180
180
|
high: HD
|
|
181
181
|
pageflow_scrolled:
|
|
182
182
|
public:
|
|
183
|
+
ai_indicators:
|
|
184
|
+
ai: KI
|
|
185
|
+
ai_generated: KI-generiert
|
|
186
|
+
ai_modified: KI-modifiziert
|
|
183
187
|
chart:
|
|
184
188
|
default_title: Interaktives Diagramm
|
|
189
|
+
close: Schließen
|
|
185
190
|
consent_accept_all: Alle akzeptieren und schließen
|
|
186
191
|
consent_configure: Mehr Informationen
|
|
187
192
|
consent_deny_all: Ablehnen
|
|
@@ -196,7 +201,9 @@ de:
|
|
|
196
201
|
consent_save: Auswahl speichern
|
|
197
202
|
consent_settings: Privatsphäre-Einstellungen
|
|
198
203
|
enter_fullscreen: Vollbild
|
|
204
|
+
exit_excursion: Exkurs verlassen
|
|
199
205
|
exit_fullscreen: Vollbild verlassen
|
|
206
|
+
flip_card: Karte wenden
|
|
200
207
|
go_to_image_gallery_item: "Gehe zu Bild %{index}"
|
|
201
208
|
image_gallery_pagination: "Bildergalerie-Paginierung"
|
|
202
209
|
image_rights: Bildrechte
|
data/config/locales/en.yml
CHANGED
|
@@ -179,8 +179,13 @@ en:
|
|
|
179
179
|
high: HD
|
|
180
180
|
pageflow_scrolled:
|
|
181
181
|
public:
|
|
182
|
+
ai_indicators:
|
|
183
|
+
ai: AI
|
|
184
|
+
ai_generated: AI generated
|
|
185
|
+
ai_modified: AI modified
|
|
182
186
|
chart:
|
|
183
187
|
default_title: Interactive chart
|
|
188
|
+
close: Close
|
|
184
189
|
consent_accept_all: Accept all and close
|
|
185
190
|
consent_configure: More Information
|
|
186
191
|
consent_deny_all: Deny
|
|
@@ -194,7 +199,9 @@ en:
|
|
|
194
199
|
consent_save: Save selection
|
|
195
200
|
consent_settings: Privacy Settings
|
|
196
201
|
enter_fullscreen: Fullscreen
|
|
202
|
+
exit_excursion: Exit excursion
|
|
197
203
|
exit_fullscreen: Exit fullscreen
|
|
204
|
+
flip_card: Flip card
|
|
198
205
|
go_to_image_gallery_item: "Go to image %{index}"
|
|
199
206
|
image_gallery_pagination: "Image gallery pagination"
|
|
200
207
|
image_rights: Image rights
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pageflow-public-i18n
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.31.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Codevise Solutions Ltd.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-09-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -93,8 +93,6 @@ files:
|
|
|
93
93
|
- config/locales/sr.yml
|
|
94
94
|
- config/locales/tr.yml
|
|
95
95
|
- config/locales/zh.yml
|
|
96
|
-
- config/new/de.yml
|
|
97
|
-
- config/new/en.yml
|
|
98
96
|
- crowdin.yml
|
|
99
97
|
- lib/pageflow-public-i18n.rb
|
|
100
98
|
- lib/pageflow/public_i18n/engine.rb
|
data/config/new/de.yml
DELETED