alchemy_i18n 4.2.1 → 4.2.2
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 +17 -0
- data/lib/alchemy_i18n/version.rb +1 -1
- data/locales/alchemy.de.yml +17 -0
- data/locales/alchemy.es.yml +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a956462e3a5a2edf0380ad91d6c9760219f91d84e80d492468cd51a63d616843
|
|
4
|
+
data.tar.gz: 071e52d9683484f47098560ef597b166fb476cbe2f09ac005b1f1ee3c4f62d5b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 775151c90e6e23fe8162e9406c8881ed825ca32c28def478815a9c7463810d3f7308cbb68842a1de7006e1e9e385a5fb3b2d0e2adc88c54121a9f33fa7cd3c7e
|
|
7
|
+
data.tar.gz: d73b7b37a7aa76f86bd8b71295f31e02e9d0ddf68c1fdd534669e2430d53e55c802cd2cd8c3df90f382edcd1becb3f23d27c57cf6752ef3d07fa6890e7b7d3c2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [v4.2.2](https://github.com/AlchemyCMS/alchemy_i18n/tree/v4.2.2) (2024-09-06)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/AlchemyCMS/alchemy_i18n/compare/v4.2.1...v4.2.2)
|
|
6
|
+
|
|
7
|
+
**Merged pull requests:**
|
|
8
|
+
|
|
9
|
+
- Add some missing German translations [\#67](https://github.com/AlchemyCMS/alchemy_i18n/pull/67) ([tvdeyen](https://github.com/tvdeyen))
|
|
10
|
+
- Update alchemy.es.yml \(modules.menus\) [\#66](https://github.com/AlchemyCMS/alchemy_i18n/pull/66) ([HatsuMora](https://github.com/HatsuMora))
|
|
11
|
+
|
|
12
|
+
## [v4.2.1](https://github.com/AlchemyCMS/alchemy_i18n/tree/v4.2.1) (2024-07-30)
|
|
13
|
+
|
|
14
|
+
[Full Changelog](https://github.com/AlchemyCMS/alchemy_i18n/compare/v4.2.0...v4.2.1)
|
|
15
|
+
|
|
16
|
+
**Merged pull requests:**
|
|
17
|
+
|
|
18
|
+
- Fix element validation error messages [\#65](https://github.com/AlchemyCMS/alchemy_i18n/pull/65) ([tvdeyen](https://github.com/tvdeyen))
|
|
19
|
+
|
|
3
20
|
## [v4.2.0](https://github.com/AlchemyCMS/alchemy_i18n/tree/v4.2.0) (2024-05-31)
|
|
4
21
|
|
|
5
22
|
[Full Changelog](https://github.com/AlchemyCMS/alchemy_i18n/compare/v4.1.3...v4.2.0)
|
data/lib/alchemy_i18n/version.rb
CHANGED
data/locales/alchemy.de.yml
CHANGED
|
@@ -245,6 +245,7 @@ de:
|
|
|
245
245
|
back: "zurück"
|
|
246
246
|
create_tree_as_new_language: "%{language} als neuen Sprachbaum anlegen"
|
|
247
247
|
locked_pages: "Aktive Seiten"
|
|
248
|
+
"Add a page": "Eine Seite hinzufügen"
|
|
248
249
|
"Add global page": "Neue globale Seite"
|
|
249
250
|
"Add page link": "Verweis hinzufügen"
|
|
250
251
|
"Alchemy is open software and itself uses open software and free resources:": "Alchemy ist offene Software und benutzt selbst offene Software und freie Ressourcen:"
|
|
@@ -281,6 +282,7 @@ de:
|
|
|
281
282
|
"Flush picture cache": "Bildercache löschen"
|
|
282
283
|
"Global shortcuts": "Globale Tastaturbefehle"
|
|
283
284
|
"Hide childpages": "Unterseiten ausblenden"
|
|
285
|
+
"Hierarchical": "Als Seitenbaum anzeigen"
|
|
284
286
|
hide_elements: "Elemente ausblenden"
|
|
285
287
|
hide_element: "Element ausblenden"
|
|
286
288
|
"Image missing": "Bild fehlt"
|
|
@@ -352,6 +354,7 @@ de:
|
|
|
352
354
|
"Site successfully removed": "Website wurde erfolgreich gelöscht."
|
|
353
355
|
"Site successfully updated": "Website wurde erfolgreich aktualisiert."
|
|
354
356
|
"Size": "Größe"
|
|
357
|
+
"Sortable List": "Als Liste anzeigen"
|
|
355
358
|
"Sort pages": "Seiten sortieren"
|
|
356
359
|
"Successfully added content": "%{content} wurde hinzugefügt"
|
|
357
360
|
"Successfully deleted content": "%{content} wurde gelöscht"
|
|
@@ -645,6 +648,15 @@ de:
|
|
|
645
648
|
created: erstellt
|
|
646
649
|
updated: aktualisiert
|
|
647
650
|
removed: gelöscht
|
|
651
|
+
attachment:
|
|
652
|
+
filters:
|
|
653
|
+
all: Alle
|
|
654
|
+
page:
|
|
655
|
+
filters:
|
|
656
|
+
all: Alle
|
|
657
|
+
picture:
|
|
658
|
+
filters:
|
|
659
|
+
all: Alle
|
|
648
660
|
relation_select:
|
|
649
661
|
blank: "- ohne -"
|
|
650
662
|
right: "rechts"
|
|
@@ -891,6 +903,9 @@ de:
|
|
|
891
903
|
alchemy/picture:
|
|
892
904
|
one: Bild
|
|
893
905
|
other: Bilder
|
|
906
|
+
alchemy/picture_description:
|
|
907
|
+
one: Bildbeschreibung
|
|
908
|
+
other: Bildbeschreibungen
|
|
894
909
|
alchemy/user:
|
|
895
910
|
one: Benutzer
|
|
896
911
|
other: Benutzer
|
|
@@ -989,6 +1004,8 @@ de:
|
|
|
989
1004
|
image_file_size: "Dateigröße"
|
|
990
1005
|
name: "Name"
|
|
991
1006
|
tag_list: Tags
|
|
1007
|
+
alchemy/picture_description:
|
|
1008
|
+
text: "Beschreibung"
|
|
992
1009
|
alchemy/site:
|
|
993
1010
|
name: "Bezeichnung"
|
|
994
1011
|
host: "primäre Domain"
|
data/locales/alchemy.es.yml
CHANGED
|
@@ -465,11 +465,11 @@ es:
|
|
|
465
465
|
languages: "Idiomas"
|
|
466
466
|
layoutpages: "Páginas globales"
|
|
467
467
|
library: "Librería"
|
|
468
|
+
menus: "Menús"
|
|
468
469
|
pages: "Páginas"
|
|
469
470
|
tags: "Etiquetas"
|
|
470
471
|
sites: "Sitios"
|
|
471
472
|
user_sessions: "Login"
|
|
472
|
-
user_sessions: "Login"
|
|
473
473
|
users: "Usuarios"
|
|
474
474
|
name: "Nombre"
|
|
475
475
|
names: "Nombres"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alchemy_i18n
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.2.
|
|
4
|
+
version: 4.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thomas von Deyen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-09-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: alchemy_cms
|
|
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
131
|
version: '0'
|
|
132
132
|
requirements: []
|
|
133
|
-
rubygems_version: 3.5.
|
|
133
|
+
rubygems_version: 3.5.16
|
|
134
134
|
signing_key:
|
|
135
135
|
specification_version: 4
|
|
136
136
|
summary: AlchemyCMS translation files
|